2790-普普通通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){floatx,y;scanf("%f",&x);if(0<=x&…… 题解列表 2024年11月23日 0 点赞 0 评论 73 浏览 评分:0.0
注意细节!!!! 摘要:解题思路:注意事项:一定要主要好细节!!!参考代码:#include<stdio.h>intmain(){ floatx; &…… 题解列表 2024年11月11日 0 点赞 0 评论 34 浏览 评分:0.0
2790:分段函数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){float N;scanf("%f",&…… 题解列表 2024年08月05日 0 点赞 0 评论 236 浏览 评分:9.9
编写题解 2790: 分段函数python 摘要:参考代码:N = float(input())if N >= 0 and&nb…… 题解列表 2024年03月06日 0 点赞 0 评论 171 浏览 评分:9.9
编写题解 2790: 分段函数 摘要:解题思路:注意事项:参考代码#include<iostream>usingnamespacestd;intmain(){ floatx,y;&…… 题解列表 2024年02月05日 0 点赞 0 评论 58 浏览 评分:0.0
编写题解 2790: 分段函数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ floata; scanf…… 题解列表 2024年02月04日 0 点赞 0 评论 58 浏览 评分:0.0
python版代码!!!! 摘要:解题思路:注意事项:参考代码:deff(x): if0<=x<5: re…… 题解列表 2024年02月03日 0 点赞 0 评论 154 浏览 评分:6.0
编写题解 2790: 分段函数 摘要:解题思路:注意事项:用小数类型定义;改头文件参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ &n…… 题解列表 2024年01月07日 0 点赞 0 评论 67 浏览 评分:7.3
2790: 分段函数 摘要:解题思路:注意事项:要使用浮点数定义参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ …… 题解列表 2024年01月07日 0 点赞 0 评论 50 浏览 评分:9.9
2790: 分段函数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ doublex;…… 题解列表 2024年01月06日 0 点赞 0 评论 57 浏览 评分:9.9