B2002

· · 题解

include <bits/stdc++.h>

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