QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#446878 | #7944. Max Minus Min | HuangHanSheng | Compile Error | / | / | C++11 | 940b | 2024-06-17 17:14:17 | 2024-06-17 17:14:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool check(int)’: answer.code:28:9: error: ‘els’ was not declared in this scope 28 | els for(int i=n;i>=1;i--) if(a[i].x>maxx-x&&a[i].y>=l1&&a[i].y<=r1) return 0; | ^~~ answer.code:28:29: error: ‘i’ was not declared in this scope 28 | els for(int i=n;i>=1;i--) if(a[i].x>maxx-x&&a[i].y>=l1&&a[i].y<=r1) return 0; | ^