0_0_35841375_2100.cpp:31:2: error: stray '#' in program
}#include <cstdio>
^
0_0_35841375_2100.cpp:31:3: error: 'include' does not name a type
}#include <cstdio>
^
0_0_35841375_2100.cpp: In function 'void init()':
0_0_35841375_2100.cpp:35:6: error: redefinition of 'void init()'
void init()
^
0_0_35841375_2100.cpp:5:6: note: 'void init()' previously defined here
void init()
^
0_0_35841375_2100.cpp: In function 'int main()':
0_0_35841375_2100.cpp:50:5: error: redefinition of 'int main()'
int main()
^
0_0_35841375_2100.cpp:21:5: note: 'int main()' previously defined here
int main()
^
|