运行 ID: 87317

Main.cc: In function ‘int main()’:
Main.cc:37:5: error: expected ‘;’ before ‘cout’
     cout << "0";
     ^~~~
Main.cc:37:16: warning: statement has no effect [-Wunused-value]
     cout << "0";
                ^