QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#786008 | #8040. Let Them Eat Cake | GuanYunchang | Compile Error | / | / | C++17 | 743b | 2024-11-26 19:54:32 | 2024-11-26 19:55:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int dfs(int, int)’: answer.code:17:22: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] 17 | if(xa>n||xb<=0||yb>m||yb<=0||a[xb][yb]==0||f[xb][yb]==1) | ~~^~ answer.code:22:1: warning: no return statement in function returning non-void [-Wreturn-type] 22 | } | ^