提交时间:2023-01-20 19:24:24

运行 ID: 6183

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