#include <iostream>
#include <bits/stdc++.h>
using namespace std;
int main() {
long int t;
cin >> t;
while(t--){
long long int n,a[100001];
cin >> n;
for(in i=0;i<n;i++){
cin >> a[i];
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: