Score : $100$ points
The function ReLU is defined as follows:
Given an integer $x$, find $ReLU(x)$.
Input is given from Standard Input in the following format:
$x$
Print the answer as an integer.
1
We have $1 \geq 0$, so $ReLU(1) = 1$.
0
-1