运行 ID: 2357

Main.cc:1:2: 错误:无效的预处理指示 #inc1ude
 #inc1ude                                              
  ^
Main.cc:2:7: 错误:expected nested-name-specifier before ‘namepace’
 using namepace std;
       ^
Main.cc:2:7: 错误:‘namepace’未声明
Main.cc:2:16: 错误:expected ‘;’ before ‘std’
 using namepace std;
                ^
Main.cc:2:16: 错误:‘std’不是一个类型名
Main.cc: 在函数‘int main()’中:
Main.cc:5:5: 错误:‘cout’在此作用域中尚未声明
     cout<<"Hello,World!";
     ^