0_0_36607287_31928.cpp:23:2: error: stray '#' in program
}#include <cstdio>
^
0_0_36607287_31928.cpp:23:3: error: 'include' does not name a type
}#include <cstdio>
^
0_0_36607287_31928.cpp: In function 'int main(int, char**)':
0_0_36607287_31928.cpp:26:5: error: redefinition of 'int main(int, char**)'
int main(int argc, char** argv) {
^
0_0_36607287_31928.cpp:4:5: note: 'int main(int, char**)' previously defined here
int main(int argc, char** argv) {
^
|