求大神指導(dǎo)
#include <stdio.h> ? ? ? ? ? ? ?
int main()?
{ ? ? ??
? ? int height = 185;
? ? //補(bǔ)全所有代碼
? ? if(height>=180)
{ ? ?
? ? printf("%s\n","參加籃球隊(duì)")
} ? ?
? ? return 0;
}
這個(gè)對(duì)嗎》?求大神
#include <stdio.h> ? ? ? ? ? ? ?
int main()?
{ ? ? ??
? ? int height = 185;
? ? //補(bǔ)全所有代碼
? ? if(height>=180)
{ ? ?
? ? printf("%s\n","參加籃球隊(duì)")
} ? ?
? ? return 0;
}
這個(gè)對(duì)嗎》?求大神
2015-11-12
舉報(bào)
2015-11-15
規(guī)范點(diǎn)的話,執(zhí)行代碼塊后要加分號(hào)。