哪里不對?
#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-06-21
舉報
2015-07-02
哪錯了,我怎么找不出了
2015-06-21
知道了;