Main.c: In function ‘main’:Main.c:4:26: error: expected ‘;’ before ‘}’ token 4 | printf("changjinglu") | ^ | ; 5 | } | ~