{"problem":{"name":"ReLU","description":{"content":"The function ReLU is defined as follows:[](ReLU(x) =         \\begin{cases}             x & (x \\geqq 0) \\             0 & (x < 0) \\         \\end{cases}) ![image](https://img.atcoder.jp/ghi/relu.png) Gi","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc183_a"},"statements":[{"statement_type":"Markdown","content":"The function ReLU is defined as follows:[](ReLU(x) =\n        \\begin{cases}\n            x & (x \\geqq 0) \\\n            0 & (x < 0) \\\n        \\end{cases})\n![image](https://img.atcoder.jp/ghi/relu.png)\nGiven an integer $x$, find $ReLU(x)$.\n\n## Constraints\n\n*   $x$ is an integer.\n*   $-10 \\leq x \\leq 10$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$x$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc183_a","tags":[],"sample_group":[["1","1\n\nWe have $1 \\geq 0$, so $ReLU(1) = 1$."],["0","0"],["\\-1","0"]],"created_at":"2026-03-03 11:01:14"}}