摘要: 6.1if语句 程序 #define _CRT_SECURE_NO_WARNINGS 1 //coladays.c -- 求出温度低于零度的天数 #include<stdio.h> int main(void) { const int FREEZING = 0; float temperature; 阅读全文
posted @ 2022-04-19 19:05 CodeMagicianT 阅读(82) 评论(0) 推荐(0)