提交时间:2024-01-30 14:10:56
运行 ID: 39030
#include<iostream> using namespace std; int main(){ cout<<"Hello,World"<<endl; return 0; }