0_0_17202472_13584.cpp:54:2: error: stray '#' in program
}#include <iostream>
^
0_0_17202472_13584.cpp:54:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_17202472_13584.cpp: In function 'int main()':
0_0_17202472_13584.cpp:95:5: error: redefinition of 'int main()'
int main()
^
0_0_17202472_13584.cpp:31:5: note: 'int main()' previously defined here
int main()
^
0_0_17202472_13584.cpp: In function 'int main()':
0_0_17202472_13584.cpp:172:5: error: redefinition of 'int main()'
int main()
^
0_0_17202472_13584.cpp:31:5: note: 'int main()' previously defined here
int main()
^
0_0_17202472_13584.cpp: In function 'int main()':
0_0_17202472_13584.cpp:271:5: error: redefinition of 'int main()'
int main()
^
0_0_17202472_13584.cpp:31:5: note: 'int main()' previously defined here
int main()
^
|