0_0_39539099_16474.cpp: In function 'int main()':
0_0_39539099_16474.cpp:23:18: error: 't' was not declared in this scope; did you mean 'tm'?
23 | for(cin>>t;t;t--)
| ^
| tm
0_0_39539099_16474.cpp:32:25: error: 'ans' was not declared in this scope; did you mean 'abs'?
32 | ans=(ans+a[i])%10007;
| ^~~
| abs
0_0_39539099_16474.cpp:34:23: error: 'ans' was not declared in this scope; did you mean 'abs'?
34 | cout<<ans<<"\n";
| ^~~
| abs
|