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

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

筛选

二级C语言-分段函数

摘要:参考代码:#include<iostream>#include<iomanip>using namespace std;int main(){    double x;    cin>>x;    i……

分段函数(C++)

摘要:解题思路:用f()分段;参考代码:#include<iostream>using namespace std;#include <iomanip>                           ……

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

摘要:解题思路:老题重做,常看常新,警钟长鸣(无端)传送面板:https://blog.dotcpp.com/a/84235注意事项:和原题的区别是输出要保留两位小数。参考代码:// 题目 1057: 二级……

二级C语言-分段函数,C++解决

摘要:解题思路:setprecision函数控制cout的输出小数位数注意事项:参考代码:#include<iostream>#include<iomanip>//控制小数位的头文件using namesp……

凑个数。。。。。

摘要:解题思路:。。。。。。。。。。。。。。。注意事项:。。。。。。。。。。。。。。。参考代码:x = float(input()) if x < 1:    y = x elif x >= 1 an……