請(qǐng)問哪里錯(cuò)了
#include <stdio.h>
int main()?
{? ? ? ?
? ? int height = 185;
? ? if (height>=180)
? ? {printf("%s\n","恭喜小明可以參加?;@球隊(duì)");
? ??
? ? else (height<180)
? ? {printf("%s\n","對(duì)不起不能參加");
? ??
? ??
? ??
? ??
return 0;
}
#include <stdio.h>
int main()?
{? ? ? ?
? ? int height = 185;
? ? if (height>=180)
? ? {printf("%s\n","恭喜小明可以參加?;@球隊(duì)");
? ??
? ? else (height<180)
? ? {printf("%s\n","對(duì)不起不能參加");
? ??
? ??
? ??
? ??
return 0;
}
2019-10-15
舉報(bào)
2019-10-15
else語句前少了一個(gè)后花括號(hào)”}“