eolymp
bolt
Try our new interface for solving problems
Problems

Opposite number

Opposite number

Time limit 1 second
Memory limit 128 MiB

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
Source "ABC programming"