摘要: #include "stdio.h" #include "math.h" main() { int a; float meet,b; printf("请输入车型!\n1.大众\n2.奇瑞\n3.捷达\n"); scanf("%d",&a); system("cls"); printf("请输入公里数!"); scanf("%f",&meet... 阅读全文
posted @ 2016-10-30 11:05 Doublekai 阅读(346) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" #include "stdlib.h" #include "time.h" main() { int a,b,c,x,d,f=0,g=0; srand((unsigned)time(NULL)); a=rand()%1000+1; b=rand()%1000+1; printf("请选择... 阅读全文
posted @ 2016-10-30 11:01 Doublekai 阅读(283) 评论(0) 推荐(0) 编辑