QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#421556 | #5311. Master of Both | HuangHanSheng | Compile Error | / | / | C++14 | 852b | 2024-05-25 21:12:26 | 2024-05-25 21:12:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void add(int, std::string&, int)’: answer.code:20:20: error: ‘struct node’ has no member named ‘nxt’ 20 | if (!tr[p].nxt[v]) tr[p].nxt[v] = ++cnt; | ^~~ answer.code:20:34: error: ‘struct node’ has no member named ‘nxt’ 20 | if (!tr[p].nxt[v]) tr[p].nxt[v] = ++cnt; | ^~~ answer.code:21:23: error: ‘struct node’ has no member named ‘nxt’ 21 | insert (tr[p].nxt[v], s, d + 1); | ^~~ answer.code:21:9: error: ‘insert’ was not declared in this scope; did you mean ‘assert’? 21 | insert (tr[p].nxt[v], s, d + 1); | ^~~~~~ | assert