Chef And Operators | cc | CodeChef

Recent Posts

3/recent/post-list




Solution :- 

#include <stdio.h>

int main() 
{
int testcase;
long long num1,num2;
scanf("%d",&testcase);
while(testcase--)
{
scanf("%lli %lli",&num1,&num2);
if (num1<num2)
  printf("<\n");
    else if(num2<num1)
  printf(">\n");
else
  printf("=\n");
return 0;
}


 

Chef And Operators | cc | CodeChef Chef And Operators | cc | CodeChef Reviewed by •∆•HACKER'S ON•∆• on February 17, 2022 Rating: 5

Post Comments

No comments:

Powered by Blogger.