0_0_19806842_25288.cpp:60:4: error: stray '#' in program
} #include <iostream>
^
0_0_19806842_25288.cpp:60:5: error: 'include' does not name a type
} #include <iostream>
^
0_0_19806842_25288.cpp: In function 'int main()':
0_0_19806842_25288.cpp:63:5: error: redefinition of 'int main()'
int main()
^
0_0_19806842_25288.cpp:4:5: note: 'int main()' previously defined here
int main()
^
|