提交时间:2023-01-30 12:27:15

运行 ID: 6787

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