提交时间:2024-09-16 18:06:46
运行 ID: 51002
#include<iostream> using namespace std; int main(); { cout<<"hello,world!"<<endl; return 0; }