#P115. 【例20.3】 0与1
【例20.3】 0与1
Description
In the first computer science class, the teacher explained that computers are made up of many small switches: represents on, and represents off. The students in the class understood that using a light switch is simply changing to and to .
Input Format
Input consists of a single line containing an integer that is either or .
Output Format
If the input is , output ;
If the input is , output .
Sample
10