QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#626253 | #7876. Cyclic Substrings | ucup-team1276 | Compile Error | / | / | C++20 | 3.6kb | 2024-10-10 01:14:22 | 2024-10-10 01:14:27 |
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:111:5: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’? 111 | dfs(root,0,1); | ^~~ | ffs