QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#877898 | #8590. Problem Setter | ZhangYiDe | Compile Error | / | / | C++20 | 532b | 2025-02-01 12:13:42 | 2025-02-01 12:13: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:23:17: error: ‘ans’ was not declared in this scope; did you mean ‘abs’? 23 | ans += max(0, mi - d); | ^~~ | abs answer.code:25:17: error: ‘ans’ was not declared in this scope; did you mean ‘abs’? 25 | cout << ans << '\n'; | ^~~ | abs