运行 ID: 1825

Main.cc: 在函数‘int main()’中:
Main.cc:5:19: 错误:expected primary-expression before ‘<<’ token
     cout <<   *   <<
                   ^
Main.cc:6:19: 错误:expected primary-expression before ‘<<’ token
     cout <<  ***  <<
                   ^
Main.cc:7:19: 错误:expected primary-expression before ‘<<’ token
     cout << ***** <<
                   ^
Main.cc:8:19: 错误:expected primary-expression before ‘<<’ token
     cout <<*******<<
                   ^
Main.cc:9:9: 错误:expected primary-expression before ‘return’
         return 0;
         ^
Main.cc:9:9: 错误:expected ‘;’ before ‘return’