#abc178a. [abc178_a]Not
[abc178_a]Not
Problem Statement
Given is an integer that is greater than or equal to , and less than or equal to . Output if is equal to , or if is equal to .
Constraints
- is an integer
Input
Input is given from Standard Input in the following format:
Output
Print if is equal to , or if is equal to .
Sample Input 1
1
Sample Output 1
0
Sample Input 2
0
Sample Output 2
1