提交时间:2025-12-18 13:45:16
运行 ID: 76245
#include<iostream> using namespace std; int main() { cout<<"Hello,World!"; return 0; }