大神看看我這個哪里錯了啊 是大括號沒對齊嗎
{ ????int?sale=120;?//銷售業(yè)績?yōu)?20萬 ????int?year=1;?//剛剛進入公司1年 ????//完善代碼 ????if(sale>100) ????{ ????????if(year>=2) ????????{ ????????????printf("恭喜"); ????????} ????????else ????????{ ????????????printf("很遺憾,期望你再接再厲"); ????????} ????} ????else ????{ ????????printf("很遺憾,期望你再接再厲"); ????} ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ????return?0; }
2019-10-13
你的#include呢