0_0_17194589_8934.cpp:39:3: error: stray '#' in program
} #include <cstdio>
^
0_0_17194589_8934.cpp:39:4: error: 'include' does not name a type
} #include <cstdio>
^
0_0_17194589_8934.cpp:43:20: error: conflicting declaration 'int remainder [10005]'
int remainder[10005];
^
0_0_17194589_8934.cpp:5:5: note: previous declaration as 'int remainder [100005]'
int remainder[100005];
^
0_0_17194589_8934.cpp: In function 'int main()':
0_0_17194589_8934.cpp:45:5: error: redefinition of 'int main()'
int main ()
^
0_0_17194589_8934.cpp:8:5: note: 'int main()' previously defined here
int main ()
^
0_0_17194589_8934.cpp: In function 'int main()':
0_0_17194589_8934.cpp:81:5: error: redefinition of 'int main()'
int main ()
^
0_0_17194589_8934.cpp:8:5: note: 'int main()' previously defined here
int main ()
^
|