1067 666成员C语言yyds 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <math.h>int main (){ int x;float y;scanf("%d",&x); if (x<0…… 题解列表 2021年11月04日 0 点赞 0 评论 200 浏览 评分:0.0
分段函数1067 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class 测试 { public static void main(String [] args)…… 题解列表 2023年07月02日 0 点赞 0 评论 79 浏览 评分:0.0
1067 分段函数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ double x; scanf("%lf",&x); if(x<0) print…… 题解列表 2024年05月25日 0 点赞 0 评论 89 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:1/2与1.0/2的区别参考代码:#include<stdio.h>#include<math.h>int main(){ int n; double y; scanf("%d",…… 题解列表 2019年05月05日 0 点赞 0 评论 286 浏览 评分:0.0
二级C语言-分段函数-题解(C语言代码) 摘要: #include "stdio.h" #include "math.h" int main() { float x,y; scanf("%f",&x); if(x=0 …… 题解列表 2020年02月25日 0 点赞 0 评论 323 浏览 评分:0.0
二级C语言-分段函数-题解(C语言代码) 摘要:解题思路:试一下这个方法,有什么错误帮我指出一下。注意事项:参考代码:#include <stdio.h>#include <stdio.h>int main(){ float x; scanf("%…… 题解列表 2020年11月11日 0 点赞 0 评论 273 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:#include <stdio.h> #include <math.h> int main() { double x; scanf("%lf", &x); if(x …… 题解列表 2018年05月05日 0 点赞 0 评论 919 浏览 评分:0.0
Java 分段函数,一目了然 摘要: //绝对值 public static double abs(double x) { return Math.abs(x); …… 题解列表 2022年09月06日 0 点赞 0 评论 229 浏览 评分:0.0
1067: 二级C语言-分段函数(python) 摘要:[1067:二级C语言-分段函数](https://www.dotcpp.com/oj/problem1067.html?sid=18062507&lang=6#editor) ~~~pyth…… 题解列表 2024年10月24日 0 点赞 0 评论 89 浏览 评分:0.0