Competitions
PP2. Week 1: March 1 - 7
Conditional statement - 3
Find the value of y according to condition:
Input
One integer x (-100 ≤ x ≤ 100).
Output
Print the value of y according to the conditional statement above.
Input example #1
3
Output example #1
0
Input example #2
-8
Output example #2
-3