提交时间:2024-09-20 15:44:10
运行 ID: 51262
#include<iostream> using namespace std; int main(){ cout<<"Hello,World!"<<endl; return 0; }