Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
78167 sh25_shenpy 输出N以内的素数 C++ 解答错误 0 MS 248 KB 298 2025-12-26 15:26:15

Tests(0/1):


#include<iostream> using namespace std; int main() { float x; cin>>x; if(x>=0&&x<5) { float y=-x+2.5; printf("%.3f",y); } if(x>=5&&x<10) { float y=2-1.5*(x-3)*(x-3); printf("%.3f",y); } if(x>=10&&x<20) { float y=x/2-1.5; printf("%.3f",y); } return 0; }


测评信息: