今天给大家发福利,直接带来三种解法:
print("Hello,World!") # 第1种:Python
#include <cstdio> int main() { printf("Hello,World!"); return 0; } // 第2种:C++ cstdio
#include <bits/stdc++.h> using namespace std; int main() { cout << "Hello,World!"; return 0; } // 第3种 C++ std
注册一个 HydroOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 HydroOJ 通用账户