快捷导航

else错在哪里了

#includeintmain(){intmonth;printf("Pleaseinputmonth:\n");scanf("%d",&month);if(month12);printf("请输入正确的月份呢亲!!!\n");elsemonth=month/3;switch(month){case1:printf("spring,春天:\n");break;case2:printf("summer,夏天:\n");break;case3:printf("autumn,秋天\n");break;default:printf("winter,冬天\n");break;}return0;}

免责声明:本内容仅代表回答者见解不代表本站观点,请谨慎对待。

版权声明:作者保留权利,不代表本站立场。

回复

使用道具 举报

参与会员1

if(month12);最后的分号删掉
回复

使用道具 举报

可能感兴趣的问答

发新帖
  • 微信访问
  • 手机APP