题解 2749: Hello, World!

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

7777777777777777777777777777

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){&nbsp;&nbsp;longlong……

题解 2749: Hello, World!

摘要:解题思路:一条输出语句即可注意事项:注意逗号后面要打上一个空格参考代码:print("Hello,World!")……

Hello, World!(C++)

摘要:#include<iostream>usingnamespacestd;intmain(){&nbsp;&nbsp;&nbsp;cout<<"……

2749: Hello, World!

摘要:高级解法之画蛇添足```#includeusingnamespacestd;intmain(){stringa="Hello",b="World!"cout……

2749: 你好,世界!

摘要:#HelloWorld!##参考代码:```#includeusingnamespacestd;intmain(){stringa="Hello",b="World!&q……

写短一点点

摘要:解题思路:直接输出注意事项:Hello,World!。”,“后面有一个空格要带上,”!“也不要省,建议直接复制粘贴题目的Hello,World!参考代码……

2749: Hello, World!

摘要:解题思路:直接输出注意事项:无参考代码:#include<iostream>using&nbsp;namespace&nbsp;std;int&nbsp;main(……