QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#786008#8040. Let Them Eat CakeGuanYunchangCompile Error//C++17743b2024-11-26 19:54:322024-11-26 19:55:26

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 | }
      | ^