My issue
i am not able to understand this question. can someone help me in this
My code
#include <iostream>
using namespace std;
int main() {
// your code goes here
int t;
cin>>t;
while(t--){
int maxT,maxN,sumN;
cin>>maxT>>maxN>>sumN;
while(maxT--){
store =
}
}
return 0;
}
Problem Link: SLOWSOLN Problem - CodeChef