QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 | } | ^