| Problem | race |
|---|---|
| User | maximushartanto |
| Submission Time | 2025-12-26 22:07:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
race.cpp: In function ‘int best_path(int, int, int (*)[2], int*)’:
race.cpp:19:2: error: ‘asssert’ was not declared in this scope; did you mean ‘assert’?
19 | asssert(k != 0);
| ^~~~~~~
| assert