求大神 哪錯(cuò)了?
#include <stdio.h>
int main()?
{? ? ? ?
? ? int height = 185;
? ? //補(bǔ)全所有代碼
? ? if(height >= 180)
? ? {
? ? ? ? printf("%s\n","買玩具");
? ? }
return 0;
}
#include <stdio.h>
int main()?
{? ? ? ?
? ? int height = 185;
? ? //補(bǔ)全所有代碼
? ? if(height >= 180)
? ? {
? ? ? ? printf("%s\n","買玩具");
? ? }
return 0;
}
2019-09-28
舉報(bào)
2019-10-01
不是?;@球隊(duì)那個(gè)嗎,買玩具是什么鬼
2019-09-29
printf后面的分號(hào)要用英文符號(hào);