提交时间:2023-08-03 19:02:20

运行 ID: 24039

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