Must Be Added To Your Cart.
#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; }
Unknown
Studying at Shahjalal University of Science and Technology, Sylhet.
Coprights @ 2016, Coder Cart
0 comments:
Post a Comment