提交时间:2023-11-04 12:49:28

运行 ID: 30031

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