0_0_18029602_17019.cpp:35:1: error: 'print1' does not name a type
print1[1000000];
^
0_0_18029602_17019.cpp:36:1: error: 'print2' does not name a type
print2[1000000];
^
0_0_18029602_17019.cpp: In function 'int main()':
0_0_18029602_17019.cpp:47:10: error: 'print' was not declared in this scope
memset(print,0,sizeof(print));
^
0_0_18029602_17019.cpp:70:6: error: 'print1' was not declared in this scope
print1[cnt]=a[i].i;
^
0_0_18029602_17019.cpp:71:6: error: 'print2' was not declared in this scope
print2[cnt++]=a[j].i;
^
0_0_18029602_17019.cpp:81:13: error: 'print1' was not declared in this scope
cout << print1[i] << " " << print2[i] << endl;
^
0_0_18029602_17019.cpp:81:34: error: 'print2' was not declared in this scope
cout << print1[i] << " " << print2[i] << endl;
^
|