307272: CF1331D. Again?
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
Again?
题意翻译
- 输入:一个长 $7$ 位的字符串,其中第一个字符是 `A`,后六个字符分别是数字 $0$~$9$ 的其中一个。 - 输出:一个整数。题目描述
输入输出格式
输入格式
The only line of the input contains a 7-digit hexadecimal number. The first "digit" of the number is letter A, the rest of the "digits" are decimal digits 0-9.
输出格式
Output a single integer.
输入输出样例
输入样例 #1
A278832
输出样例 #1
0
输入样例 #2
A089956
输出样例 #2
0
输入样例 #3
A089957
输出样例 #3
1
输入样例 #4
A144045
输出样例 #4
1