QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#479772 | #8711. Tiles | MinaRagy06# | Compile Error | / | / | C++20 | 1.4kb | 2024-07-15 20:48:53 | 2024-07-15 20:48:54 |
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:57:13: error: redeclaration of ‘int mx’ 57 | int mx = 0; | ^~ answer.code:45:27: note: ‘int mx’ previously declared here 45 | int mn = 1e9 + 5, mx = -1e9 - 5; | ^~