#include<iostream> #include<iomanip> using namespace std; int main(){ double x,y; cin>>x; if(0<=x&&x<5){ y=-x+2.5; } else if(x<10){ y=2-1.5*(x-3)*(x-3); } else if(x<20){ y=x/2.0-1.5; } cout<<fixed<<setprecision(3)<<y;
return 0; }
注册一个 个人测试记录 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 个人测试记录 通用账户