| Problem | duckhunt |
|---|---|
| User | Tyx2019 |
| Submission Time | 2024-12-13 16:40:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt.cpp: In function ‘int main()’:
duckhunt.cpp:9:5: error: expected ‘;’ before ‘vector’
9 | vector<pair<int, int>> coins;
| ^~~~~~
duckhunt.cpp:13:9: error: ‘coins’ was not declared in this scope; did you mean ‘cos’?
13 | coins.emplace_back(r, c);
| ^~~~~
| cos
duckhunt.cpp:15:10: error: ‘coins’ was not declared in this scope; did you mean ‘cos’?
15 | sort(coins.begin(), coins.end());
| ^~~~~
| cos