提交时间:2023-01-08 14:14:49

运行 ID: 3471

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