编写题解 1477: 字符串输入输出函数 摘要:解题思路:注意事项:参考代码:#include <stdio.h>void GetReal();void GetString();in…… 题解列表 2022年11月14日 0 点赞 0 评论 30 浏览 评分:0.0
很简单的输入输出,按照格式来就可以了 摘要:解题思路:注意事项:有点不太明白这个问题的意义,可能是其他语言的练习题目吧我自己想太多了参考代码:defgetreal(): nu=input()&nbs…… 题解列表 2022年06月30日 0 点赞 0 评论 86 浏览 评分:0.0
小南解题-字符串输入输出函数--41ms 摘要:'''2022年03月10日22:05:22.157zgn946''' a=input…… 题解列表 2022年06月27日 0 点赞 0 评论 52 浏览 评分:0.0
字符串的输出(C++)语言 摘要:解题思路:其实在intmain(){}下写两个函数会更简单,不用单独再写两个函数注意事项:参考代码:#include<iostream>#include<string>usin…… 题解列表 2022年05月11日 0 点赞 0 评论 72 浏览 评分:0.0
字符串输入输出函数 (超简单)(c++) 摘要:解题思路:这题会不会?注意事项:无。参考代码:#include<bits/stdc++.h>usingnamespacestd;strings;doublea;intmain(){&…… 题解列表 2022年05月11日 0 点赞 0 评论 137 浏览 评分:0.0
编写题解 1477: 字符串输入输出函数 摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;#include<string>voidprintnum(){&n…… 题解列表 2022年04月18日 0 点赞 0 评论 106 浏览 评分:0.0
什么llllllllj题目【c++】 摘要:```cpp#includeusingnamespacestd;stringa,b;intmain(){printf("pleaseinputanumber:\n");cin>…… 题解列表 2022年04月07日 0 点赞 0 评论 129 浏览 评分:9.9
字符串输入输出函数 摘要:```cpp#includeusingnamespacestd;doubleGetReal(doublereal){cout…… 题解列表 2022年03月23日 0 点赞 0 评论 133 浏览 评分:0.0
字符串输入输出函数-题解 摘要:defGetReal(inpn):print(inpn)defGetString(inps):print(inps)defmain():inpn=input('pleaseinputanumber:\…… 题解列表 2022年03月05日 0 点赞 0 评论 150 浏览 评分:0.0
1477: 字符串输入输出函数(格式错误竟然应为copy多了空格)(C语言C++两种写法) 摘要::cyclone:不要复制题目中的"pleaseinputanumber:\n")这个中间有两个空格**C语言版:**```c#includeintmain(){chararr[1…… 题解列表 2022年02月10日 0 点赞 1 评论 89 浏览 评分:9.9