阅读程序,当输入2时,写出结果int a;scanf("%d",&a);switch(a){ case 2: printf("*"); break ; case 1: printf("#"); case 5: printf("&"); default : printf("!"); }