提交时间:2023-06-10 15:04:08
运行 ID: 20014
#include<iostream> using namespace std; int main() { cout<<"Hello,World!"; return 0; }