0_0_27002071_1332.cpp:16:2: error: stray '#' in program
}#include <iostream>
^
0_0_27002071_1332.cpp:31:2: error: stray '#' in program
}#include <iostream>
^
0_0_27002071_1332.cpp:16:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_27002071_1332.cpp: In function 'int main()':
0_0_27002071_1332.cpp:20:5: error: redefinition of 'int main()'
int main(void)
^
0_0_27002071_1332.cpp:5:5: note: 'int main()' previously defined here
int main(void)
^
0_0_27002071_1332.cpp: At global scope:
0_0_27002071_1332.cpp:31:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_27002071_1332.cpp: In function 'int main()':
0_0_27002071_1332.cpp:35:5: error: redefinition of 'int main()'
int main(void)
^
0_0_27002071_1332.cpp:5:5: note: 'int main()' previously defined here
int main(void)
^
|