提交时间:2023-10-21 15:26:17
运行 ID: 29154
#include<iostream> using namespace std; int main() { cout<<"Hello,world!"<<endl; return 0; }