提交时间:2024-09-14 23:00:36
运行 ID: 50866
#include<iostream> using namespace std; int main() { cout << "Hello, world!" << endl; //输出"Hello,world!" return 0; }