#include using namespace std; /* #define fastio ios::sync_with_stdio(false); cin.tie(nullptr); using ll= long long; */ void solve(){ int n; cin>>n; int arr[n]; for(int i=0; i>arr[i]; } int sum=0; bool flag = true; for(int i=0;i>t; while(t--){ solve(); cout<