提交时间:2024-09-13 22:37:17
运行 ID: 50847
#include<iostream> using namespace std; int main() { cout<<"hello,world!"<<endl; return 0; }