Problem | explosion |
---|---|
User | Johnnie |
Submission Time | 2023-11-08 13:52:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
explosion.cpp: In function ‘int main()’:
explosion.cpp:12:11: error: no match for ‘operator[]’ (operand types are ‘std::multimap<long long int, long long int>’ and ‘long long int’)
12 | distance[abs(X[i] - A) + abs(Y[i] - B)] = i;
| ^