hello.c: In function 'main':hello.c:19:5: error: expected ';' before '{' token{ ^
第19行第5列的大括号前面缺少一个分号
在大括号 “{”前面缺少一个分号“;” ,可能是你某一句的句末没有加“;”。
英文状态下输入?