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