题解:#1.Hello World 审核通过

111111 2024-04-26 21:28:44 45

#include //包含头文件

using namespace std; //使用标准的命名空间

int main() //主函数,有且唯一 { cout << "Hello World" << endl; // cout 输出 endl 换行 return 0; //返回零 }

{{ vote && vote.total.up }}

共 2 条回复

CPP 刷题王

请用 latex 格式

guojinyu

你这复制的吧?