2022/5/24 switch使用注意点
摘要:
#include <stdio.h> int main() { int a = 123456, b; while(a) { b = a % 10; a /= 10; switch(b) { default:printf("%d", b++); //1、当执行到default时,因为没有break,所 阅读全文
posted @ 2022-05-24 09:43 逝人随风消逝 阅读(109) 评论(0) 推荐(0)
浙公网安备 33010602011771号