/// Author : Shohanur Rahaman /// URI : 1536 #include<stdio.h> #include<stdlib.h> int main() { int tc,t1,t2,tmp1,tmp2; int team1,team2; while(tc--){ team1=0; team2=0; team1=t1+tmp1; team2=t2+tmp2; if(team1>team2) else if(team1==team2 && tmp1>t2) else if(team1==team2 && t1==tmp2 && t2==tmp1) else //printf("%d %d",team2,team1); } return 0; }