大佬們幫我看看為啥輸出失敗
#include <stdio.h>
int main()
{????? ?
??? int height = 185;
??? //補(bǔ)全所有代碼
??? if(height>=180)
??? {
??? printf("%S\n","恭喜小明可以參加?;@球隊(duì)");
??? }?? ?
??? return 0;
}
#include <stdio.h>
int main()
{????? ?
??? int height = 185;
??? //補(bǔ)全所有代碼
??? if(height>=180)
??? {
??? printf("%S\n","恭喜小明可以參加?;@球隊(duì)");
??? }?? ?
??? return 0;
}
2019-02-19
舉報(bào)
2019-02-19
格式化輸出類型錯(cuò)啦? ?%s? ?你的是大寫S