提交时间:2023-07-21 19:48:24

运行 ID: 23139

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