在屏幕上输出Hello World!。
Hello World!
梦开始的地方\(Ver\ \ 2.0\)。 没什么可说的。
#include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(0),cout.tie(nullptr); cout<<"Hello World!"; return 0; }