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