很简单的输入输出,按照格式来就可以了 摘要:解题思路:注意事项:有点不太明白这个问题的意义,可能是其他语言的练习题目吧我自己想太多了参考代码:def getreal(): nu=input() return nudef getstr…… 题解列表 2022年06月30日 0 点赞 0 评论 352 浏览 评分:0.0
编写题解 1477: 字符串输入输出函数 摘要:解题思路:注意事项:参考代码:#include <stdio.h> void GetReal(); void GetString(); int main(int argc, char *ar…… 题解列表 2022年11月14日 0 点赞 0 评论 225 浏览 评分:0.0
1477: 字符串输入输出函数 摘要:简单题。#include<iostream> using namespace std; int main() { double n; string s; co…… 题解列表 2022年01月01日 0 点赞 0 评论 256 浏览 评分: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 评论 285 浏览 评分:0.0
简简单单无脑列举 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;void GetReal(float x){ cout << x << endl;}void …… 题解列表 2023年01月11日 0 点赞 0 评论 264 浏览 评分:0.0
1477: 字符串输入输出函数 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<string>using namespace std;int shu(string…… 题解列表 2023年01月20日 0 点赞 0 评论 310 浏览 评分:0.0
编写题解 1477: 字符串输入输出函数 摘要:编写题解 1477: 字符串输入输出函数 ``` #include using namespace std; int main() { string s1,s2; cin>>s1>>…… 题解列表 2023年02月15日 0 点赞 0 评论 387 浏览 评分:0.0
字符串输入输出函数 (Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main{ public static void main(String[] args) { …… 题解列表 2017年12月24日 1 点赞 2 评论 603 浏览 评分:0.0
WU-字符串输入输出函数 (C++代码) 摘要:参考代码:#include<iostream> #include<cstdio> #include<cstring> using namespace std; void GetReal(dou…… 题解列表 2017年12月20日 3 点赞 0 评论 1449 浏览 评分:0.0
字符串输入输出函数 摘要:参考代码: ```c #include #include double GetReal() { double a; scanf("%lf",&a); retur…… 题解列表 2023年10月25日 0 点赞 0 评论 371 浏览 评分:0.0