int func(int a){ int b; switch (a){ case 1: b = 30; case 2: b = 20; case 3: b = 16; default: b = 0; } return b; }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题