QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#292473 | #7120. Soccer | alch07 | Compile Error | / | / | C++14 | 8.3kb | 2023-12-28 05:50:32 | 2024-04-28 08:05:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:46:1: error: ‘unordered_map’ does not name a type 46 | unordered_map <ll,int> mph; | ^~~~~~~~~~~~~ answer.code: In function ‘void enumTransitions()’: answer.code:130:27: error: ‘mph’ was not declared in this scope; did you mean ‘mp’? 130 | int cur = mph[rect[i][j].hash]; | ^~~ | mp answer.code:146:20: error: ‘mph’ was not declared in this scope; did you mean ‘mp’? 146 | int orig = mph[rlist[i].hash]; | ^~~ | mp answer.code: In function ‘int biggest_stadium(int, std::vector<std::vector<int> >)’: answer.code:259:9: error: ‘mph’ was not declared in this scope; did you mean ‘mp’? 259 | mph[rlist[i].hash] = i; | ^~~ | mp