提交时间:2024-11-03 22:05:36

运行 ID: 55247

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