My issue
//approach of the question???
My code
#include <iostream>
using namespace std;
int main() {
// your code goes here
return 0;
}
Problem Link: ICL1905 Problem - CodeChef
//approach of the question???
#include <iostream>
using namespace std;
int main() {
// your code goes here
return 0;
}
Problem Link: ICL1905 Problem - CodeChef