QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#479593 | #8712. Flooding Wall | MinaRagy06# | Compile Error | / | / | C++20 | 5.2kb | 2024-07-15 19:10:47 | 2024-07-15 19:10:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘void segtree::process(int, int, int)’: answer.code:96:31: error: ‘lazy’ was not declared in this scope 96 | if (l != r && lazy[i].v != 1) { | ^~~~