@root 为什么只有60分

huangxr 2024-09-08 21:54:16 4

#include<bits/stdc++.h>

using namespace std;

int main(){

int a;

cin>>a;

if(a==1) cout<<"寿仙菇";

if(a==2) cout<<"酒糟芋";

if(a==3) cout<<"下山笋";

if(a==4) cout<<"太师豆腐";

if(a==5) cout<<"孝子鱼";

if(a==6) cout<<"猪全福";

return 0; 

}

{{ vote && vote.total.up }}

共 1 条回复

huangxr

哦哦哦,刚发现没写输出 “无此编号的菜”