1 #include<bits/stdc++.h> 2 using namespace std; 3 4 int main(){ 5 puts("hello world!"); 6 return 0; 7 }
Hello World
原文:https://www.cnblogs.com/wawawa8/p/9077482.html