#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello,World!"; return 0; }
#include<iostream> #include<cstring> using namespace std; int main(){ cout<<"Hello,World!"<<endl; return 0; }
教大家函数:
#include<bits/stdc++.h> using namespace std; string s(){ return "Hello,World!"; } int main(){ cout<<s(); return 0; }
十分的简单 GoodGoodGood
我直接差评! 这么简单的题还用函数!
#include <bits/stdc++.h> using namespace std; int main() { cout<<"Hello,World!"; return 0; }
使用您的 清北信奥登峰计划 通用账户