未知题型
当从键盘输入"c"时,以下程序段的输出结果是 。 cin>>n; switch(n) { default: cout<<"error\n";break; case "a": "a":case "b":case "c": "d": }>
【参考答案】
error
点击查看答案&解析
