為什么運行成功,輸出錯誤呢
#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;
}
2019-12-09
舉報
2019-12-09
s和%的位置反了