Hello, world! (C++代码) 摘要:**题目看不懂,直接使用英文翻译软件翻译** 代码如下: #include using namespace std; int main() { in…… 题解列表 2020年02月13日 0 点赞 2 评论 643 浏览 评分:6.7
Kanna-Hello, world! (两种方法,都比较简单) 摘要: **方法一:string的使用** #include #include using namespace std; int main() …… 题解列表 2020年01月21日 0 点赞 0 评论 1561 浏览 评分:8.2
Hello, world!-题解(C++代码) 摘要:```cpp #include #include using namespace std; int main() { string str_string; int n_in…… 题解列表 2019年12月01日 0 点赞 0 评论 3671 浏览 评分:0.0
Hello, world! (C++代码)by Zfans. 摘要:```cpp #include #include using namespace std; int main() { vector chr; int c; w…… 题解列表 2019年07月19日 0 点赞 0 评论 722 浏览 评分:0.0
Hello, world! (C++代码)by Zfans. 摘要:```cpp #include using namespace std; int main() { int asc[100], i = 0; while (cin >> a…… 题解列表 2019年07月19日 0 点赞 0 评论 838 浏览 评分:0.0
Hello, world! (C++代码) 摘要:解题思路:定义一个long long int类型的n,用while不断输入,用EOF判断结束,输出强制转换为char类型。注意事项:1.EOF:作为文件结束标志。2.不定义为long long int…… 题解列表 2019年02月24日 1 点赞 0 评论 498 浏览 评分:0.0
Hello, world! (C++代码) 摘要:解题思路:利用强制类型转换注意事项:c++有默认的文件结束参考代码:#include<iostream>using namespace std;int main(){ int a; w…… 题解列表 2019年01月19日 0 点赞 0 评论 440 浏览 评分:0.0
Hello, world! (C++代码) 摘要:解题思路:已AC注意事项:输入和输出不在同一个缓冲区!参考代码:#include <cstdio>using namespace std;int main(){ int asc; …… 题解列表 2018年10月29日 0 点赞 0 评论 411 浏览 评分:0.0
Hello, world! (C++代码) 摘要:解题思路:输入可以先放在数组里,最后一个个读出来。注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int i=0; …… 题解列表 2018年07月20日 1 点赞 0 评论 894 浏览 评分:2.0
Hello, world! (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cstdio> using namespace std; int main() { int a; …… 题解列表 2018年06月04日 1 点赞 0 评论 678 浏览 评分:2.0