QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#784057 | #6660. 택시 여행 | Huluobo | Compile Error | / | / | C++14 | 1.6kb | 2024-11-26 12:59:14 | 2024-11-26 12:59:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Record(int, int, ll)’: answer.code:26:22: error: request for member ‘count’ in ‘d[u].std::map<int, long long int>::operator[](b)’, which is of non-class type ‘std::map<int, long long int>::mapped_type’ {aka ‘long long int’} 26 | if (!d[u][b].count() || d[u][b] > w) { | ^~~~~