摘要: #include"stdio.h"int main(void){ int m; double x,y,s; printf("Enter m,s:"); scanf("%d%lf",&m,&s); if(s<=3){ x=10; } else if(s<=10){ x=10+(s-3)*2; } el 阅读全文
posted @ 2019-04-10 18:50 祁晓虎 阅读(146) 评论(1) 推荐(0) 编辑