输出错误??
#include<iostream>int main()
{
int month=4;
char season;
if(month==12||month==1||month==2)
else if{(month==3||month==4||month==5)
else if{(month==6||month==7||month==8)
else if{(month==9||month==10||month==11)
else
printf("Bogus Month");
printf("April is in the %c\n",season);
}
大家帮我一下咯!