这道题目的考察点主要是cout输出,让我们在终端上输出hello world
#include<iostream> using namespace std; int main(){ cout<<"hello world"<<endl; return 0; }
使用您的 Hydro 通用账户