C 语言中switch case使用. #include<stdio.h> #include<stdlib.h> #include<string.h> int main() { int a,b; for(a=0;a<3;a++) { scanf("%d" ...
確定! 回上一頁