#include using namespace std; int main() { int t; cin>>t; while(t--) { int n, i, num, sum=0; cin>>n; int a[n]; for(i=0; i>a[i]; } for(i=0; i