My issue
I don’t understand how to print all the test cases output
My code
#include <stdio.h>
int main(void) {
// your code goes here
int x,n,m;
scanf("%d%d",&x,&m);
n=x;
printf("%d",n);
return 0;
}
Learning course: Basic Math using C
Problem Link: CodeChef: Practical coding for everyone