看不懂错误问题,求解答万分感谢
hello.c:38:5: error: expected identifier or '(' before 'return'
return 0;
^~~~~~
hello.c:39:1: error: expected identifier or '(' before '}' token
}hello.c:38:5: error: expected identifier or '(' before 'return'
return 0;
^~~~~~
hello.c:39:1: error: expected identifier or '(' before '}' token
}2019-10-22
举报