0_0_31116629_23965.cpp: In function 'int main()':
0_0_31116629_23965.cpp:34:8: error: expected initializer before 'int'
int flag=0;
^
0_0_31116629_23965.cpp:43:17: error: 'a' was not declared in this scope
a[kk1++]=t;
^
0_0_31116629_23965.cpp:49:16: error: 'a' was not declared in this scope
if(a[i]==max2){
^
0_0_31116629_23965.cpp:50:17: error: 'flag' was not declared in this scope
flag++;
^
0_0_31116629_23965.cpp:54:11: error: 'flag' was not declared in this scope
if(flag==n){
^
|