
二、代码
#includeint main(void) { const int FREEZING=0; float temperature; int cold_days=0; int all_days=0; printf("please enter the ten days'temperature.n"); while(scanf("%f",&temperature)==1) { all_days++; if(temperature 三、实验结果
欢迎分享,转载请注明来源:内存溢出

二、代码
#includeint main(void) { const int FREEZING=0; float temperature; int cold_days=0; int all_days=0; printf("please enter the ten days'temperature.n"); while(scanf("%f",&temperature)==1) { all_days++; if(temperature 三、实验结果
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)