运行 ID: 89032

Main.cc: In function ‘int main()’:
Main.cc:9:14: error: expected ‘;’ before string constant
     else cout"2 4 5 8";
              ^~~~~~~~~
Main.cc:9:23: warning: statement has no effect [-Wunused-value]
     else cout"2 4 5 8";
                       ^