QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#472799 | #8338. Quad Kingdoms Chess | GuanYunchang | Compile Error | / | / | C++20 | 5.3kb | 2024-07-11 19:25:30 | 2024-07-11 19:25:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘void S_TREE::renew(int)’: answer.code:113:20: error: ‘struct S_TREE::Node’ has no member named ‘lazy’ 113 | t[p * 2 + 1].lazy = 0; | ^~~~