摘要:
基础模版:switch(int型变量){ case 整型常量: 执行语句;}#include <stdio.h> int main() { int x = 0; /*scanf("%d", &x);*/ scanf("%d", &x); switch (x) { case 1: printf("执行 阅读全文
posted @ 2023-12-08 13:18
王小龙s
阅读(31)
评论(0)
推荐(0)
2023年12月8日