QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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