摘要: 第7章 C控制语句:分支和跳转 7.1 if语句 示例代码 #include <stdio.h> int main(void) { const int FREEZING = 0; float temperature; int cold_days = 0; int all_days = 0; prin 阅读全文
posted @ 2020-12-07 00:28 就是想学习 阅读(196) 评论(0) 推荐(0)