QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#102124 | #5830. 树 | hyforces | Compile Error | / | / | C++20 | 7.5kb | 2023-05-02 13:14:53 | 2023-05-02 13:14:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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); | ~~~~~^~~~~~~~~~~~~~~~~~~~~