0_0_24177733_12546.cpp:89:2: error: stray '#' in program
}#include <stdio.h>
^
0_0_24177733_12546.cpp:89:3: error: 'include' does not name a type
}#include <stdio.h>
^
0_0_24177733_12546.cpp: In function 'int main()':
0_0_24177733_12546.cpp:93:5: error: redefinition of 'int main()'
int main()
^
0_0_24177733_12546.cpp:5:5: note: 'int main()' previously defined here
int main()
^
|