#include <stdio.h>int main()?{int sale=120; //銷售業績為120萬int year=1; //剛剛進入公司1年? ? //完善代碼if(sale>100){? ? if(year>=2)? ? {? ? ? ? printf("獲得獎勵");? ? }? ? else? ? {? ? printf("很遺憾,期望你再接再厲");? ? }?}? ??else{? ? printf("很遺憾,你不符合資格");}? ? return 0;}
添加回答
舉報
0/150
提交
取消