QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#815682 | #9877. Segment Tree | ucup-team3188# | Compile Error | / | / | C++20 | 4.6kb | 2024-12-15 16:25:10 | 2024-12-15 16:25:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:126:8: error: ‘i’ was not declared in this scope 126 | RFOR(i,1,1<<N)D[i]=min(C[i],D[2*i]+D[2*i+1]); | ^ answer.code:126:3: error: ‘RFOR’ was not declared in this scope; did you mean ‘FOR’? 126 | RFOR(i,1,1<<N)D[i]=min(C[i],D[2*i]+D[2*i+1]); | ^~~~ | FOR