為什么不行
#include
int main() { ? ?int sale=120; //銷售業績為120萬 ? ?int year=1; //剛剛進入公司1年 ? ?//完善代碼 ? ?if(sale<=100) ? ?{ ? ? ? ?printf("很遺憾,期望你再接再厲"); ? ?} ? ?else if(year<2) ? ?{ ? ? ? ?printf("很遺憾,期望你再接再厲"); ? ?} ? ?else ? ?{ ? ? ? ?printf("恭喜,有資格獲得優秀員工獎"); ? ?} ? ?return 0; } 為什么不行
2016-12-10
你有毒吧,你的注釋都沒寫完整。寫完了就沒事了。