為何不對呢 求大佬解答 謝謝啦
#include <stdio.h>
int main()
{??????
??? int height = 185;
??? if(height >= 180)
??? {
??????? printf("%s/n","恭喜小明可以參加?;@球隊");
??? }
??? else if(height < 180)
??? {
??????? printf("%s/n","小明不能進");
??? }
???
??? return 0;
}
#include <stdio.h>
int main()
{??????
??? int height = 185;
??? if(height >= 180)
??? {
??????? printf("%s/n","恭喜小明可以參加?;@球隊");
??? }
??? else if(height < 180)
??? {
??????? printf("%s/n","小明不能進");
??? }
???
??? return 0;
}
2019-07-09
舉報
2019-07-19
? printf("%s/n","恭喜小明可以參加?;@球隊");后面分號用英文輸入;還有前面應該是%s\n
2019-07-09
已收到解疑? 謝謝大佬