My issue
please explain the problem in a better way
My code
#include <iostream>
using namespace std;
int main() {
// your code goes here
int n,m;
cin>>n>>m;
int f;
cin>>f;
int arr[f];
for(int i=0;i<f;i++){
cin>>arr[i];
}
return 0;
}
Problem Link: BLDST Problem - CodeChef