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