100 #ABC178A. [ABC178A] Not

[ABC178A] Not

Score : 100100 points

Problem Statement

Given is an integer xx that is greater than or equal to 00, and less than or equal to 11. Output 11 if xx is equal to 00, or 00 if xx is equal to 11.

Constraints

  • 0x10 \leq x \leq 1
  • xx is an integer

Input

Input is given from Standard Input in the following format:

xx

Output

Print 11 if xx is equal to 00, or 00 if xx is equal to 11.

1
0
0
1