题解 1057: 二级C语言-分段函数

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

C++描述:用函数最方便啦!QAQ

摘要:如果想看同类代码可看我的空间。用函数最简单了!QAQ#include <iostream>//先锋头文件  #include <algorithm> using namespace std; f……

C二级辅导-分段函数 (C语言代码)

摘要:解题思路:注意事项:既然要输出小数,就设为浮点型吧,输入输出为%lf,参考代码:#include<stdio.h>int main(){   double a,y,x;    scanf("%lf",……

C二级辅导-分段函数 (C语言代码)

摘要:解题思路:用if else语句注意事项:定义可以为整数,输出时整形转换为字符形。参考代码:#include<stdio.h>int main(){  int x,y; scanf("%d",&x); ……