提交时间:2023-08-17 09:22:20
运行 ID: 24744
#include<iostream> using namespace std; int main() { cout<<"Hello,World!"; return 0; }