1477: 字符串输入输出函数 摘要:解题思路:看别人解题。屑题目,我总算理解为啥开发天天和产品撕逼了。注意事项:0、您瞧瞧下面代码,我吐了1、提示信息在输入后、输出结果前显示!!!2、从题目复制的提示信息,每个 间隔两空格,而答案只…… 题解列表 2021年03月02日 0 点赞 0 评论 146 浏览 评分:0.0
1477: 字符串输入输出函数 摘要:简单题。#include<iostream> using namespace std; int main() { double n; string s; co…… 题解列表 2022年01月01日 0 点赞 0 评论 96 浏览 评分:0.0
题解 1477: 字符串输入输出函数 摘要:解题思路:记录做法注意事项:参考代码:#include <stdio.h>/* run this program using the console pauser or add your own ge…… 题解列表 2021年10月22日 0 点赞 0 评论 173 浏览 评分:0.0
函数的调用 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void GetReal(char *a){ printf("please input a number:\n"); get…… 题解列表 2021年03月30日 0 点赞 0 评论 136 浏览 评分:0.0
普普通通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void GetReal(float*a){ printf ("please input a number:\n"); scanf ("…… 题解列表 2024年11月16日 0 点赞 0 评论 195 浏览 评分:0.0
字符串输入输出函数 (C++代码) 摘要:#include<iostream> using namespace std; int main(){ string a; string b; while(cin>>…… 题解列表 2017年12月16日 1 点赞 0 评论 880 浏览 评分:0.0
WU-字符串输入输出函数 (C++代码) 摘要:参考代码:#include<iostream> #include<cstdio> #include<cstring> using namespace std; void GetReal(dou…… 题解列表 2017年12月20日 3 点赞 0 评论 998 浏览 评分:0.0
字符串输入输出函数 (Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main{ public static void main(String[] args) { …… 题解列表 2017年12月24日 1 点赞 2 评论 469 浏览 评分:0.0
字符串输入输出函数 摘要:参考代码: ```c #include #include double GetReal() { double a; scanf("%lf",&a); retur…… 题解列表 2023年10月25日 0 点赞 0 评论 172 浏览 评分:0.0
编写题解 1477: 字符串输入输出函数 摘要:编写题解 1477: 字符串输入输出函数 ``` #include using namespace std; int main() { string s1,s2; cin>>s1>>…… 题解列表 2023年02月15日 0 点赞 0 评论 188 浏览 评分:0.0