這個我有疑問
#include
int main() { ? ? ? ? ?int height = 185; ? ?//補全所有代碼 ? ?{ ? ? ? ?if(height>=180) ? ? ? ?printf("恭喜小明可以參加?;@球隊\n") ? ? ? ?else ? ? ? ?printf("小明不可以參加?;@球隊\n") ? ?} ? ? ? ? ? ? return 0; } 哪里有錯?#include
int main() { ? ? ? ? ?int height = 185; ? ?//補全所有代碼 ? ?{ ? ? ? ?if(height>=180) ? ? ? ?printf("恭喜小明可以參加?;@球隊\n") ? ? ? ?else ? ? ? ?printf("小明不可以參加?;@球隊\n") ? ?} ? ? ? ? ? ? return 0; } 哪里有錯?2018-04-13
舉報
2018-04-13