運行成功,輸出錯誤 恭喜小明$s參加?;@球隊,這個怎么改?
#include <stdio.h>
int main()?
{ ? ? ??
? ? int height = 185;
? ? //補全所有代碼
if(height>=180); ? ?
? ? printf("恭喜小明$s參加?;@球隊\n","height>=180" ? "可以":"不可以");
? ??
? ??
return 0;
}
#include <stdio.h>
int main()?
{ ? ? ??
? ? int height = 185;
? ? //補全所有代碼
if(height>=180); ? ?
? ? printf("恭喜小明$s參加?;@球隊\n","height>=180" ? "可以":"不可以");
? ??
? ??
return 0;
}
2017-10-26
舉報
2017-10-26
把$s改成%s就可以啦