Problem
Code: Select all
#include
using namespace std;
#define optimize() ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
#define endl '\n'
int main()
{
int t;
cin>>t;
while(t--)
{ optimize();
int n,x=0;
cin>>n;
int a[n];
for(int i=0; i>a[i];
}
for(int i=0; i