QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#102124#5830. 树hyforcesCompile Error//C++207.5kb2023-05-02 13:14:532023-05-02 13:14:57

Details

answer.code: In function ‘int main()’:
answer.code:217:5: error: ‘df3’ was not declared in this scope; did you mean ‘dfs3’?
  217 |     df3(0);
      |     ^~~
      |     dfs3
answer.code:199:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  199 |     fread(Buf,1,BUFSIZE,stdin);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~