Source Code
#include <bits/stdc++.h>
using namespace std;
int main(){
    int t;cin>>t;
    while(t--){
        int a,b;cin>>a>>b;
        int y[a],n[b]
    }
}
Copy
Garden Walls X_404
GNU G++17
0 ms
0 KB
Compilation Error