QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#479592#8712. Flooding WallMinaRagy06#Compile Error//C++205.2kb2024-07-15 19:10:382024-07-15 19:10:40

详细

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) {
      |                               ^~~~