提交时间:2024-09-13 20:49:15

运行 ID: 50820

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