QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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