0_0_16893175_6013.cpp:8:15: error: stray '#' in program
int a[100010];#include<stdio.h>
^
0_0_16893175_6013.cpp:8:16: error: 'include' does not name a type
int a[100010];#include<stdio.h>
^
0_0_16893175_6013.cpp:14:19: error: redefinition of 'int aa [1001][1001]'
int aa[1001][1001];
^
0_0_16893175_6013.cpp:7:6: note: 'int aa [1001][1001]' previously declared here
int aa[1001][1001];
^
0_0_16893175_6013.cpp:15:13: error: redefinition of 'int a [100010]'
int a[100010];
^
0_0_16893175_6013.cpp:8:5: note: 'int a [100010]' previously declared here
int a[100010];#include<stdio.h>
^
0_0_16893175_6013.cpp: In function 'int main()':
0_0_16893175_6013.cpp:54:5: error: redefinition of 'int main()'
int main()
^
0_0_16893175_6013.cpp:16:5: note: 'int main()' previously defined here
int main()
^
|