问一下,任务的答案在哪里啊?
#include <stdio.h> int main () { int sale =120; int year = 1; if (sale >= 120 && year >= 2) { }else{ printf("很遗憾,期望你再接再厉"); } }