Competitions
Week 1 Introduction Part 2
Opposite number
Read one integer and print the opposite integer.
Input data
One integer n, no more than 10^18
by absolute value.
Output data
Print the opposite integer.
Examples
Input example #1
10
Output example #1
-10