运行 ID: 309158

Main.cc: In function ‘int main()’:
Main.cc:16:5: error: redefinition of ‘int main()’
 int main(){
     ^~~~
Main.cc:3:5: note: ‘int main()’ previously defined here
 int main(){
     ^~~~