0_0_36234186_32338.cpp:2:7: error: 'maxn' was not declared in this scope
int a[maxn];
^
0_0_36234186_32338.cpp: In function 'int main()':
0_0_36234186_32338.cpp:5:2: error: 'IOS' was not declared in this scope
IOS;
^
0_0_36234186_32338.cpp:6:8: error: 'cin' was not declared in this scope
while(cin>>t){
^
0_0_36234186_32338.cpp:9:8: error: 'i' was not declared in this scope
rep(i,0,n-1){
^
0_0_36234186_32338.cpp:9:15: error: 'rep' was not declared in this scope
rep(i,0,n-1){
^
0_0_36234186_32338.cpp:20:5: error: 'cout' was not declared in this scope
cout<<"NO"<<endl;
^
0_0_36234186_32338.cpp:20:17: error: 'endl' was not declared in this scope
cout<<"NO"<<endl;
^
0_0_36234186_32338.cpp:22:5: error: 'cout' was not declared in this scope
cout<<"YES"<<endl;
^
0_0_36234186_32338.cpp:22:18: error: 'endl' was not declared in this scope
cout<<"YES"<<endl;
^
|