請問大佬我哪里錯了
#include?<stdio.h> int?main()? {??????????? int?height?=?185; ????//補全所有代碼 ????????if(height?>=?180)???? ????????{???????? ????????printf("恭喜小明可以參加?;@球隊");???? ????????} ????????return?0; }
#include?<stdio.h> int?main()? {??????????? int?height?=?185; ????//補全所有代碼 ????????if(height?>=?180)???? ????????{???????? ????????printf("恭喜小明可以參加?;@球隊");???? ????????} ????????return?0; }
2019-01-22
舉報
2019-01-22
主要是 ; 是中文字符
2019-01-22
十分感謝
2019-01-22
你的; > =全部是中文字符,改的時候最好把height都再打一遍