My issue
please give hint…
My code
#include <iostream>
using namespace std;
int main() {
// your code goes here
int t,m,x,y;
cin>>t;
while(t--){
cin>>m>>x>>y;
int m[i];
for(int i=0;i<n;i++){
cin>>m[i];
}
}
return 0;
}
Problem Link: COPS Problem - CodeChef