摘要: #include<stdio.h>int main(){ int a; double x,y,z; scanf("%lf",&x); scanf("%d",&a); if(x<=3){ y=10;} else if(x<=10){ y=10+(x-3)*2;} else{ y=24+(x-10)*3 阅读全文
posted @ 2019-04-10 22:34 刘旭红 阅读(105) 评论(1) 推荐(0) 编辑