為什么還是錯了呢,老是說要檢查
#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;
}
2016-05-15
舉報
2016-05-15
那個換行符號\n 錯寫成/n了