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