假如不滿足,輸出不可以參加,這個(gè)怎么寫?
#include <stdio.h>
int main()
{??????
??? int height = 175;
??? //補(bǔ)全所有代碼
???
???
???
???
?return 0;
}
#include <stdio.h>
int main()
{??????
??? int height = 175;
??? //補(bǔ)全所有代碼
???
???
???
???
?return 0;
}
2016-01-27
舉報(bào)
2016-01-27
if(height<180)
printf("不可以參加");
2016-01-28
if(height<180)
printf("%s\n","不可以參加");