【洛谷】B2002 Hello,World(感叹号) #include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello,World!"; return 0; }