提交时间:2024-09-16 14:49:12

运行 ID: 50976

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