#include <stdio.h> int main () { int t,a,b; scanf("%d",&t); while (t--) { scanf("%d%d",&a,&b); if (a>b) printf(">\n"); else if (a<b) printf("<\n"); else printf("=\n"); } return 0; }
Sunday, April 24, 2016
Subscribe to:
Post Comments (Atom)
Coprights @ 2016, Coder Cart
0 comments:
Post a Comment