摘要: 1.车价:#include<stdio.h>include<math.h>int main(void){int min,N;double x,y,sum;printf("Enter min,x:\n");scanf("%d%lf",&min,&x); if(x<=3){ y=10; }else if 阅读全文
posted @ 2019-04-10 19:36 贺占录 阅读(84) 评论(1) 推荐(0)