不懂為什么錯
#include <stdio.h>
int main()?
{ ? ? ??
? ? int height = 185;
? ? //補(bǔ)全所有代碼
? ? if(height>=180)
? ? {
? ? ? ? printf("恭喜小明可以參加校籃球隊");
? ? }
? ??
? ??
return 0;
}
#include <stdio.h>
int main()?
{ ? ? ??
? ? int height = 185;
? ? //補(bǔ)全所有代碼
? ? if(height>=180)
? ? {
? ? ? ? printf("恭喜小明可以參加校籃球隊");
? ? }
? ??
? ??
return 0;
}
2016-04-16
舉報
2016-06-16
不符合他那個語句的要求吧,你這樣前面那個IF都不需要用了
2016-07-20
#include <stdio.h>
int main()?
{ ? ? ??
? ? int height = 185;
? ? //補(bǔ)全所有代碼
? ? if(height>=180)
? ? printf("%s\n","恭喜小明可以參加?;@球隊");
? ? return 0;
}
2016-05-26
2016-05-26
我復(fù)制你的程序運(yùn)行了,沒有什么問題啊、你那邊運(yùn)行報錯了么?
2016-05-25
你的程序是對的
2016-05-13
#include <stdio.h>
int main()?
{ ? ? ??
? ? int height = 185;
? ? //補(bǔ)全所有代碼
if(height>=180)
{
? ? ? ? printf("%s\n","恭喜小明可以參加?;@球隊");
}? ?
return 0;
}
2016-04-18
我拷貝你的源碼在集成開發(fā)環(huán)境中執(zhí)行,可以用。網(wǎng)站上出現(xiàn)bug,無論你怎么編譯都是錯的。