My issue
My code
#include <iostream>
using namespace std;
int main() {
// your code goes here
int t;
cin>>t;
int min;
while(t--){
int n;
cin>>n;
int A[n];
int D[n];
}
return 0;
}
Problem Link: AIRM Problem - CodeChef