100 #ABC183A. [ABC183A] ReLU

[ABC183A] ReLU

Score : 100100 points

Problem Statement

The function ReLU is defined as follows:

Figure

Given an integer xx, find ReLU(x)ReLU(x).

Constraints

  • xx is an integer.
  • 10x10-10 \leq x \leq 10

Input

Input is given from Standard Input in the following format:

xx

Output

Print the answer as an integer.

1
1

We have 101 \geq 0, so ReLU(1)=1ReLU(1) = 1.

0
0
-1
0