编写题解 1477: 字符串输入输出函数 摘要:编写题解 1477: 字符串输入输出函数 ``` #include using namespace std; int main() { string s1,s2; cin>>s1>>…… 题解列表 2023年02月15日 0 点赞 0 评论 137 浏览 评分:0.0
1477: 字符串输入输出函数 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<string>using namespace std;int shu(string…… 题解列表 2023年01月20日 0 点赞 0 评论 67 浏览 评分:0.0
字符串的输出(C++)语言 摘要:解题思路:其实在int main(){}下写两个函数会更简单,不用单独再写两个函数注意事项:参考代码:#include<iostream>#include<string>using namespace…… 题解列表 2022年05月11日 0 点赞 0 评论 124 浏览 评分:0.0
字符串输入输出函数 (超简单)(c++) 摘要:解题思路:这题会不会?注意事项:无。参考代码:#include<bits/stdc++.h>using namespace std;string s;double a;int main(){ p…… 题解列表 2022年05月11日 0 点赞 0 评论 161 浏览 评分:0.0
编写题解 1477: 字符串输入输出函数 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;#include<string>void printnum(){ cout<<"plea…… 题解列表 2022年04月18日 0 点赞 0 评论 115 浏览 评分:0.0
什么llllllllj题目【c++】 摘要:```cpp #include using namespace std; string a, b; int main(){ printf("please input a …… 题解列表 2022年04月07日 0 点赞 0 评论 144 浏览 评分:9.9
字符串输入输出函数 摘要:```cpp #include using namespace std; double GetReal(double real){ cout…… 题解列表 2022年03月23日 0 点赞 0 评论 151 浏览 评分:0.0
1477: 字符串输入输出函数(格式错误竟然应为copy多了空格)(C语言C++两种写法) 摘要::cyclone:不要复制题目中的"please input a number:\n")这个中间有两个空格 **C语言版:** ```c #include int main() { …… 题解列表 2022年02月10日 0 点赞 1 评论 100 浏览 评分:9.9
字符串输入输出函数,用cin,cout就行,printf不知道为什莫 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include<iostream>#include <string>using namespace std;int main(){ …… 题解列表 2022年01月07日 0 点赞 0 评论 128 浏览 评分:0.0
1477: 字符串输入输出函数 摘要:简单题。#include<iostream> using namespace std; int main() { double n; string s; co…… 题解列表 2022年01月01日 0 点赞 0 评论 68 浏览 评分:0.0