提交时间:2024-01-30 14:09:58

运行 ID: 39028

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