My issue
help
My code
#include <bits/stdc++.h>
using namespace std;
int main() {
// your code goes here
int i,j,t;
arr[n];
cin>>t;
for(i=0;i<t;i++){
cin>>n;
for(j=0;j<n;j++){
cin>>arr[j];
}
}
}
Problem Link: Chef and Dolls Practice Coding Problem