QOJ.ac

QOJ

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

詳細信息

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