提交时间:2024-09-16 17:58:17

运行 ID: 50997

#include<iostream> using namespace std; int main() { cout<<"hello,world!"<<endl; return 0; }