QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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