Opposite number
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Read one integer and print the opposite integer.
Input
One integer n, no more than 10^18
by absolute value.
Output
Print the opposite integer.
Examples
Input #1
Answer #1
Submissions 31K
Acceptance rate 59%