A30502.Hello,World
2026-01-31 15:22:28
发布于:北京
6阅读
0回复
0点赞
解题思路
复制题目里要输出的“Hello,World!”
C++代码
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "Hello,World!";
return 0;
}
Python代码
print("Hello,World!")
这里空空如也
2026-01-31 15:22:28
发布于:北京
解题思路
复制题目里要输出的“Hello,World!”
C++代码
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "Hello,World!";
return 0;
}
Python代码
print("Hello,World!")
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个