字符串的输出(C++)语言 摘要:解题思路:其实在int main(){}下写两个函数会更简单,不用单独再写两个函数注意事项:参考代码:#include<iostream>#include<string>using namespace…… 题解列表 2022年05月11日 0 点赞 0 评论 124 浏览 评分:0.0
字符串输入输出函数(C语言) 摘要:#include<stdio.h> void fun(float a, char str[]) { char* p = str; float* q = &a; printf("plea…… 题解列表 2023年01月06日 0 点赞 0 评论 61 浏览 评分:0.0
普普通通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void GetReal(float*a){ printf ("please input a number:\n"); scanf ("…… 题解列表 2024年11月16日 0 点赞 0 评论 134 浏览 评分:0.0
字符串输入输出函数,用cin,cout就行,printf不知道为什莫 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include<iostream>#include <string>using namespace std;int main(){ …… 题解列表 2022年01月07日 0 点赞 0 评论 127 浏览 评分:0.0
字符串输入输出函数-题解(C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <math.h>#include <string.h>int main (){ char a[10],b[10]; …… 题解列表 2020年08月09日 0 点赞 0 评论 141 浏览 评分:0.0
字符串输入输出函数-题解(C语言代码) 摘要:解题思路:输入两个字符串并在输入之前输出提示信息即可注意事项:注意输入的提示信息别漏了什么,这个给我整乐了参考代码:#include <stdio.h> int GetReal(char a[100…… 题解列表 2021年02月05日 0 点赞 0 评论 133 浏览 评分:0.0
1477: 字符串输入输出函数 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<string>using namespace std;int shu(string…… 题解列表 2023年01月20日 0 点赞 0 评论 67 浏览 评分:0.0
1477: 字符串输入输出函数 摘要:解题思路:看别人解题。屑题目,我总算理解为啥开发天天和产品撕逼了。注意事项:0、您瞧瞧下面代码,我吐了1、提示信息在输入后、输出结果前显示!!!2、从题目复制的提示信息,每个 间隔两空格,而答案只…… 题解列表 2021年03月02日 0 点赞 0 评论 99 浏览 评分:0.0
很简单的输入输出,按照格式来就可以了 摘要:解题思路:注意事项:有点不太明白这个问题的意义,可能是其他语言的练习题目吧我自己想太多了参考代码:def getreal(): nu=input() return nudef getstr…… 题解列表 2022年06月30日 0 点赞 0 评论 101 浏览 评分:0.0
字符串输入输出函数-题解(C语言) #这到题目有问题小心点 摘要:解题思路:注意事项:这到题目有问题小心点参考代码:#include<stdio.h> #include<string.h> void GetReal(char f[100]); void G…… 题解列表 2020年12月25日 0 点赞 0 评论 225 浏览 评分:0.0