字符串输入输出函数-题解(C++代码) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h> using namespace std; string a, b; int main(){ pri…… 题解列表 2020年08月13日 0 点赞 0 评论 360 浏览 评分:9.9
1477: 字符串输入输出函数(格式错误竟然应为copy多了空格)(C语言C++两种写法) 摘要::cyclone:不要复制题目中的"please input a number:\n")这个中间有两个空格 **C语言版:** ```c #include int main() { …… 题解列表 2022年02月10日 0 点赞 1 评论 100 浏览 评分:9.9
什么llllllllj题目【c++】 摘要:```cpp #include using namespace std; string a, b; int main(){ printf("please input a …… 题解列表 2022年04月07日 0 点赞 0 评论 144 浏览 评分:9.9
字符串输入输出函数-题解(C++代码))(格式错误。。。“题目”真坑) 摘要:不知道有多少人和我一样为了图省事,于是代码中的提示字符"please input a number:"和"please input a string:"是直接copy题目上的,到最后交程序时老是格式错…… 题解列表 2019年08月03日 0 点赞 2 评论 773 浏览 评分:9.9
字符串输入输出函数 (C++代码)(都当成字符串吧hhhhhhhh) 摘要:解题思路:都当成字符串吧hhhhhhhh注意事项:都当成字符串吧hhhhhhhh参考代码:#include<stdio.h> int main() { char a[50], b[50…… 题解列表 2017年08月26日 1 点赞 1 评论 535 浏览 评分:8.0
字符串输入输出函数 (C++代码) 摘要:参考代码:#include<iostream> using namespace std ; void getreal() ; void getstring() ; int main() { …… 题解列表 2018年02月01日 0 点赞 2 评论 636 浏览 评分:2.0
WU-字符串输入输出函数 (C++代码) 摘要:参考代码:#include<iostream> #include<cstdio> #include<cstring> using namespace std; void GetReal(dou…… 题解列表 2017年12月20日 3 点赞 0 评论 948 浏览 评分:0.0
字符串输入输出函数,用cin,cout就行,printf不知道为什莫 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include<iostream>#include <string>using namespace std;int main(){ …… 题解列表 2022年01月07日 0 点赞 0 评论 128 浏览 评分:0.0
字符串输入输出函数 摘要:```cpp #include using namespace std; double GetReal(double real){ cout…… 题解列表 2022年03月23日 0 点赞 0 评论 151 浏览 评分:0.0
字符串输入输出函数 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cstdio> using namespace std; int main() { cout<<"pl…… 题解列表 2018年04月15日 0 点赞 0 评论 705 浏览 评分:0.0