我是这样写的,但是不通过:
#include <iostream> using namespace std; int main(){ cout << "你好世界!"<<endl; return 0; }
更新时间 2025-07-12