题解 2749: Hello, World!

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

筛选

Hello, World! 题解

摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intmain(){cout<<"Hello,World!&qu……

2749超级6的题解

摘要:解题思路:89注意事项:是参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;&nbsp;&nbsp;printf(&q……

2749: Hello, World!

摘要:参考代码:#include<bits/stdc++.h>using&nbsp;namespace&nbsp;std;int&nbsp;main(){&nbs……

二维数组示例

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

编写题解 2749: Hello, World!

摘要:解题思路:1、输出注意事项:1、输出时注意符号不要漏掉参考代码:#include<iostream>using&nbsp;namespace&nbsp;std;int&am……

Hello, World!(C++)

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

闲来无事写个题解

摘要:解题思路:使用“cout”,输出一个字符串.注意事项:注意不要落下标点哦参考代码:#include<iosteam>&nbsp;&nbsp;&……

2749: Hello, World!(C++代码)

摘要:解题思路:直接输出即可注意事项:1.用英语符号&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.逗号后面有……