Main.cc:3:1: 错误:程序中有游离的‘\357’
using namespace std;
^
Main.cc:3:1: 错误:程序中有游离的‘\274’
Main.cc:3:1: 错误:程序中有游离的‘\233’
Main.cc:7:5: 错误:程序中有游离的‘\342’
cout <<“*****" << endl;
^
Main.cc:7:5: 错误:程序中有游离的‘\200’
Main.cc:7:5: 错误:程序中有游离的‘\234’
Main.cc:7:20: 警告:缺少结尾的 " 字符 [默认启用]
cout <<“*****" << endl;
^
Main.cc:7:5: 错误:缺少结尾的 " 字符
cout <<“*****" << endl;
^
Main.cc:8:5: 错误:程序中有游离的‘\342’
cout <<“ *** " << endl;
^
Main.cc:8:5: 错误:程序中有游离的‘\200’
Main.cc:8:5: 错误:程序中有游离的‘\234’
Main.cc:8:20: 警告:缺少结尾的 " 字符 [默认启用]
cout <<“ *** " << endl;
^
Main.cc:8:5: 错误:缺少结尾的 " 字符
cout <<“ *** " << endl;
^
Main.cc:9:5: 错误:程序中有游离的‘\342’
cout <<“ * " << endl;
^
Main.cc:9:5: 错误:程序中有游离的‘\200’
Main.cc:9:5: 错误:程序中有游离的‘\234’
Main.cc:9:20: 警告:缺少结尾的 " 字符 [默认启用]
cout <<“ * " << endl;
^
Main.cc:9:5: 错误:缺少结尾的 " 字符
cout <<“ * " << endl;
^
Main.cc:5:1: 错误:expected ‘;’ before ‘int’
int main()
^
Main.cc: 在函数‘int main()’中:
Main.cc:7:19: 错误:no match for ‘operator*’ (operand type is ‘std::ostream {aka std::basic_ostream}’)
cout <<“*****" << endl;
^
Main.cc:8:18: 错误:no match for ‘operator*’ (operand type is ‘std::ostream {aka std::basic_ostream}’)
cout <<“ *** " << endl;
^
Main.cc:12:5: 错误:expected primary-expression before ‘return’
return 0;
^
Main.cc:12:5: 错误:expected ‘;’ before ‘return’