| Problem | navigation2 |
|---|---|
| User | gelastropod |
| Submission Time | 2025-12-18 12:57:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
Bruno.cpp: In function ‘std::vector<int> Bruno(int, std::vector<int>)’:
Bruno.cpp:36:13: error: ‘abs’ was not declared in this scope
36 | else if (abs(ci) + abs(cj) == 1) v = 4;
| ^~~