已采纳回答 / eos_1
#include <stdio.h>int main(){ int sale = 120; int year = 1; if (sale >120 && year >= 2) { printf("%s\n","有资格获得优秀员工奖"); } else { printf("%s\n","很遗憾,期望你再接再厉"); } return 0;}//我感觉你是这个意思, 这样写行的。
2016-04-18
已采纳回答 / 天天abc
把那个jackReasult(a,b,c);向下串一行,我也是在这个错误,复制到vc++6.0上才看出来jackResult(a,b,c);<...code...>
2016-04-16