QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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) { | ^~~~