代码无法运行,但是又没有报错
没问题,但一般using namespace std;写在函数外头的
#include <iostream> using namespace std; int main() { cout<<"HelloWorld\n"; return 0; }