运行 ID: 91290

Main.cc: In function ‘int main()’:
Main.cc:12:5: error: expected ‘;’ before ‘else’
     else if (n == 1) cout << 5;
     ^~~~