求這樣解答為何不對(duì)?
#include?<stdio.h> int?main()? { ????int?sale=120;?//銷售業(yè)績(jī)?yōu)?20萬 ????int?year=1;?//剛剛進(jìn)入公司1年 ????if(sale>100)//完善代碼 ????{ ????????if(year>=2) ????????{ ????????????printf("%s\n","恭喜你,獲得獎(jiǎng)金"); ????????} ????????else ????????{ ????????????printf("%s\n","很遺憾,期望你再接再歷"); ????????} ????} ????else ????{ ????????printf("%s\n","很遺憾,期望你再接再歷"); ????} ????return?0; }
2017-03-18
打錯(cuò)字了,期望你再接再“厲”你打成了歷史的“歷”。