#include <stdio.h> int main(void) { int x; scanf("%d",&x) ; printf("%d\n", x%2); return 0;}
12
0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!