2025年9月29日
摘要: c语言中switch和if语句 #include <stdio.h> int main(){ int category = 2; float price = 299.9; switch (category) { case 1 : if (price < 500) { printf("电子产品价格较低 阅读全文
posted @ 2025-09-29 19:07 lhccccc 阅读(7) 评论(0) 推荐(0)