QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#323088 | #1359. Setting Maps | conzloi | Compile Error | / | / | C++20 | 2.5kb | 2024-02-08 13:57:42 | 2024-02-08 13:57:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:91:25: error: ‘cost’ was not declared in this scope; did you mean ‘cosl’? 91 | cost += C[i]; | ^~~~ | cosl