Type: Default 1000ms 256MiB

奇数?偶数?

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

给你一个数n,判断n是奇数还是偶数。

格式

输入

1个数n(00\leq n2147483647\leq 2147483647).

输出

如果n是奇数,输出1,否则输出0

样例

123
1
588
0