| Problem | platonic5 |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-02 15:02:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic5.cpp: In function ‘int main()’:
platonic5.cpp:19:2: error: ‘current’ was not declared in this scope; did you mean ‘currenttime’?
19 | current = p[i];
| ^~~~~~~
| currenttime
platonic5.cpp:22:18: error: ‘current’ was not declared in this scope; did you mean ‘currenttime’?
22 | time += abs(N - current);
| ^~~~~~~
| currenttime