二级C语言-分段函数-题解(C语言代码) 摘要:解题思路:试一下这个方法,有什么错误帮我指出一下。注意事项:参考代码:#include <stdio.h>#include <stdio.h>int main(){ float x; scanf("%…… 题解列表 2020年11月11日 0 点赞 0 评论 220 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h> int main(){ double x,y; scanf("%lf",&x); if(x<0)…… 题解列表 2019年05月24日 0 点赞 0 评论 315 浏览 评分:0.0
题解 1067: 二级C语言-分段函数 摘要:还能更简单吗#include<stdio.h> #include<math.h> int main() { double x; scanf("%lf",&x); printf("%.…… 题解列表 2021年11月15日 0 点赞 0 评论 113 浏览 评分:0.0
二级C语言-分段函数-题解(C语言代码) 摘要: #include #include int main() { int x; double y; scanf("%d",&x…… 题解列表 2019年11月12日 0 点赞 0 评论 348 浏览 评分:0.0
题解 1067: 二级C语言-分段函数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){double x;scanf("%lf", &x);if (x < 0)x = f…… 题解列表 2022年02月06日 0 点赞 0 评论 149 浏览 评分:0.0
WU-2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:参考代码:#include<stdio.h> #include<math.h> double main() { double x; scanf("%lf",&x); if(x<0) …… 题解列表 2017年12月14日 1 点赞 0 评论 1076 浏览 评分: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
: 二级C语言-分段函数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>double h(double x){ if(x<0) { return fa…… 题解列表 2024年12月08日 0 点赞 0 评论 232 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:函数的应用注意事项:保留两位数参考代码:#include<stdio.h>#include<math.h>int main() { float x; scanf("%f",&x); if(x…… 题解列表 2019年01月03日 0 点赞 0 评论 325 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ double x; scanf("%lf",&x); if(x<0) x=-…… 题解列表 2017年07月11日 0 点赞 0 评论 857 浏览 评分:0.0