QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#214000#6440. Xingqiu's JokeZhangYiDeCompile Error//C++111.5kb2023-10-14 16:53:092023-10-14 16:53:10

Details

answer.code: In function ‘void dfs(int, int, int, int)’:
answer.code:52:25: error: ‘la’ was not declared in this scope; did you mean ‘a’?
   52 |                 bb[i]=0;la--;
      |                         ^~
      |                         a
answer.code: In function ‘int main()’:
answer.code:60:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   60 |         scanf("%d",&T);
      |         ~~~~~^~~~~~~~~
answer.code:64:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   64 |                 scanf("%d%d",&a,&b);
      |                 ~~~~~^~~~~~~~~~~~~~