提交时间:2023-10-02 15:23:29

运行 ID: 27361

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