哪里錯了,為什么執(zhí)行不了
#include <stdio.h>
int main()?
{
? ? int sale=120; //銷售業(yè)績?yōu)?20萬
? ? int year=1; //剛剛進入公司1年
? ? //完善代碼
? ? if(sale>100&&year>=2)
? ? {
? ? ? ? printf("%s\n","獲優(yōu)秀員工獎")
? ? }
? ? else
? ? {
? ? ? ? printf("%s\n","不獲優(yōu)秀員工獎")
? ? }
2016-07-25
2016-07-21
return 0;