提交时间:2024-10-25 14:38:09

运行 ID: 53748

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