My issue
My code
#include <stdio.h>
#include<math.h>
int main(void) {
// your code goes here
int X;
int Y;
return 0;
}
Problem Link: GDTURN Problem - CodeChef
#include <stdio.h>
#include<math.h>
int main(void) {
// your code goes here
int X;
int Y;
return 0;
}
Problem Link: GDTURN Problem - CodeChef