提交时间:2023-07-27 18:11:54

运行 ID: 23579

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