QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#479592 | #8712. Flooding Wall | MinaRagy06# | Compile Error | / | / | C++20 | 5.2kb | 2024-07-15 19:10:38 | 2024-07-15 19:10:40 |
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:97:31: error: ‘lazy’ was not declared in this scope 97 | if (l != r && lazy[i].v != 1) { | ^~~~