0_0_20549171_23335.cpp: In function 'int main()':
0_0_20549171_23335.cpp:10:16: error: 'nbsp' was not declared in this scope
if (b <= 2) //一二月份
^
0_0_20549171_23335.cpp:10:23: error: 'nbsp' was not declared in this scope
if (b <= 2) //一二月份
^
0_0_20549171_23335.cpp:12:3: error: 'else' without a previous 'if'
else if (b <= 8) //三到八月份,记得不是七月份哦,一定要减八
^
0_0_20549171_23335.cpp:24:3: error: 'else' without a previous 'if'
else //九到十二月份
^
|