B2002 zhanglin2016 · 2025-07-09 08:09:08 · 题解 include <bits/stdc++.h> using namespace std; int main(){ cout<<"Hello,World!"; return 0; }