提交时间:2023-08-17 09:21:11

运行 ID: 24743

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