0_0_32053935_29318.cpp:33:2: error: stray '#' in program
}#include<stdio.h>
^
0_0_32053935_29318.cpp:33:3: error: 'include' does not name a type
}#include<stdio.h>
^
0_0_32053935_29318.cpp:36:12: error: redefinition of 'int rr [1000]'
int rr[1000];
^
0_0_32053935_29318.cpp:4:5: note: 'int rr [1000]' previously declared here
int rr[1000];
^
0_0_32053935_29318.cpp:37:16: error: redefinition of 'char a [10000009]'
char a[10000009];
^
0_0_32053935_29318.cpp:5:6: note: 'char a [10000009]' previously declared here
char a[10000009];
^
0_0_32053935_29318.cpp: In function 'int main()':
0_0_32053935_29318.cpp:38:5: error: redefinition of 'int main()'
int main(){
^
0_0_32053935_29318.cpp:6:5: note: 'int main()' previously defined here
int main(){
^
|