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