提交时间:2024-10-25 14:41:06
运行 ID: 53767
#include<iostream> using namespace std; int main() { cout<<"Hello,World!"; return 0; }