#include<algorithm> #include<cstdio> using namespace std; int main() { int a,b; while (scanf("%d%d",&a,&b)!=EOF) printf("%d\n",max(a,b)); return 0; }
Saturday, June 18, 2016
Published June 18, 2016 by Sourav Chowdhury with 0 comment
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment