QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#479841 | #8711. Tiles | MinaRagy06# | Compile Error | / | / | C++20 | 1.1kb | 2024-07-15 21:09:16 | 2024-07-15 21:09:17 |
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:15:25: error: ‘mx’ was not declared in this scope; did you mean ‘m’? 15 | mx = max(mx, v.back()[1] - v.back()[0]); | ^~ | m answer.code:22:30: error: ‘mx’ was not declared in this scope; did you mean ‘m’? 22 | if (r - l == mx) { | ^~ | m