0_0_33510161_31355.cpp:27:2: error: stray '#' in program
}#include<cstdio>
^
0_0_33510161_31355.cpp:27:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_33510161_31355.cpp: In function 'int main()':
0_0_33510161_31355.cpp:32:5: error: redefinition of 'int main()'
int main()
^
0_0_33510161_31355.cpp:6:5: note: 'int main()' previously defined here
int main()
^
|