QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#102037 | #5830. 树 | hyforces | Compile Error | / | / | C++20 | 7.3kb | 2023-05-02 10:34:13 | 2023-05-02 10:34:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dfs1(long long int, long long int, long long int)’: answer.code:58:5: error: ‘rs1’ was not declared in this scope; did you mean ‘rss1’? 58 | rs1[u]=u; | ^~~ | rss1 answer.code:64:9: error: ‘rst’ was not declared in this scope; did you mean ‘rss’? 64 | rst[u][a]=rsf[u][a]; | ^~~ | rss answer.code: In function ‘long long int query_v2(long long int, long long int)’: answer.code:207:22: error: ‘rs1’ was not declared in this scope; did you mean ‘rss1’? 207 | cp=((rs1[cp]==cp)?-1:rs1[cp]); | ^~~ | rss1