二级C语言-分段函数-题解(C语言代码) 摘要: #include #include int main() { int x; double y; scanf("%d",&x…… 题解列表 2019年11月12日 0 点赞 0 评论 348 浏览 评分:0.0
二级C语言-分段函数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ double x,f; scanf("%lf",&x); if…… 题解列表 2022年10月30日 0 点赞 0 评论 101 浏览 评分:0.0
太简单了,不会还有人不会吧 摘要:解题思路:null注意事项:null参考代码:#include<stdio.h>#include<math.h>int main(){ int x; double g; scanf(…… 题解列表 2021年12月08日 0 点赞 0 评论 158 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(void){ double x; scanf("%lf", &x); if (x < …… 题解列表 2019年02月23日 0 点赞 0 评论 380 浏览 评分:0.0
java 分段函数 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Main{ public static void main(String arg…… 题解列表 2022年12月24日 0 点赞 0 评论 124 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:直接代入函数注意事项:double pow(double x,double y)计算x的y次幂参考代码:#include<stdio.h>#include<math.h>int main()…… 题解列表 2018年07月03日 0 点赞 0 评论 433 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:#include<iostream> #include<cstdio> #include<cmath> using namespace std; int main(void) { …… 题解列表 2017年07月24日 0 点赞 0 评论 861 浏览 评分:0.0
二级C语言-分段函数-题解(C语言代码) 摘要:解题思路:注意一下变量定义的类型注意事项:参考代码:#include#includeint main(){ float choice( int a); float m; int x;…… 题解列表 2020年11月28日 0 点赞 0 评论 149 浏览 评分:0.0
二级C语言-分段函数-题解(C语言代码) 摘要:```python n = float(input()) if n =0 and n…… 题解列表 2020年04月10日 0 点赞 0 评论 327 浏览 评分:0.0
1067: 二级C语言-分段函数 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<math.h> int main() { double x,y; scanf("%lf",&x); if…… 题解列表 2022年06月22日 0 点赞 0 评论 75 浏览 评分:0.0