提交时间:2023-06-30 13:07:32

运行 ID: 21475

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