错误解释

CompileError!

编译信息

main.c:1:1: error: unknown type name \xe2\x80\x98def\xe2\x80\x99\n 1 | def dfs(i, j, grid, dp):\n | ^~~\nmain.c: In function \xe2\x80\x98dfs\xe2\x80\x99:\nmain.c:1:24: error: expected declaration specifiers before \xe2\x80\x98:\xe2\x80\x99 token\n 1 | def dfs(i, j, grid, dp):\n | ^\nmain.c:15:3: error: invalid preprocessing directive #\\U00008bfb\\U000053d6\\U00008f93\\U00005165\n 15 | # \xe8\xaf\xbb\xe5\x8f\x96\xe8\xbe\x93\xe5\x85\xa5\n | ^~~~~~~~\nmain.c:20:3: error: invalid preprocessing directive #\\U00008ba1\\U00007b97\\U00004ece\\U00006bcf\\U00004e2a\\U000070b9\\U000051fa\\U000053d1\\U00007684\\U00006700\\U0000957f\\U00006ed1\\U00005761\\U0000957f\\U00005ea6\n 20 | # \xe8\xae\xa1\xe7\xae\x97\xe4\xbb\x8e\xe6\xaf\x8f\xe4\xb8\xaa\xe7\x82\xb9\xe5\x87\xba\xe5\x8f\x91\xe7\x9a\x84\xe6\x9c\x80\xe9\x95\xbf\xe6\xbb\x91\xe5\x9d\xa1\xe9\x95\xbf\xe5\xba\xa6\n | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nmain.c:26:3: error: invalid preprocessing directive #\\U00008f93\\U000051fa\\U00006700\\U0000957f\\U00006ed1\\U00005761\\U0000957f\\U00005ea6\n 26 | # \xe8\xbe\x93\xe5\x87\xba\xe6\x9c\x80\xe9\x95\xbf\xe6\xbb\x91\xe5\x9d\xa1\xe9\x95\xbf\xe5\xba\xa6\n | ^~~~~~~~~~~~~~~~\nmain.c:1:5: warning: type of \xe2\x80\x98i\xe2\x80\x99 defaults to \xe2\x80\x98int\xe2\x80\x99 [-Wimplicit-int]\n 1 | def dfs(i, j, grid, dp):\n | ^~~\nmain.c:1:5: warning: type of \xe2\x80\x98j\xe2\x80\x99 defaults to \xe2\x80\x98int\xe2\x80\x99 [-Wimplicit-int]\nmain.c:1:5: warning: type of \xe2\x80\x98grid\xe2\x80\x99 defaults to \xe2\x80\x98int\xe2\x80\x99 [-Wimplicit-int]\nmain.c:1:5: warning: type of \xe2\x80\x98dp\xe2\x80\x99 defaults to \xe2\x80\x98int\xe2\x80\x99 [-Wimplicit-int]\nmain.c:28: warning: control reaches end of non-void function [-Wreturn-type]\n