My issue
My code
#include <stdio.h>
int main(void) {
int T;
scanf("%d\n", &T);
while(T--){
}
return 0;
}
Problem Link: READPAGES Problem - CodeChef
#include <stdio.h>
int main(void) {
int T;
scanf("%d\n", &T);
while(T--){
}
return 0;
}
Problem Link: READPAGES Problem - CodeChef