QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#474943 | #6749. Target | ZhaoZiLong | Compile Error | / | / | C++11 | 690b | 2024-07-13 09:40:38 | 2024-07-13 09:40:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:13:1: error: ‘unordered_map’ does not name a type 13 | unordered_map<double, int> um; | ^~~~~~~~~~~~~ answer.code: In function ‘void dfs(double, double, long long int)’: answer.code:17:13: error: ‘um’ was not declared in this scope; did you mean ‘tm’? 17 | if (um[a] > 0) return; | ^~ | tm answer.code:24:9: error: ‘um’ was not declared in this scope; did you mean ‘tm’? 24 | um[a * 0.5] = 1; | ^~ | tm