| Problem | platonic5 |
|---|---|
| User | Yangyuchen13 |
| Submission Time | 2026-03-01 15:07:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic5.cpp: In function ‘int main()’:
platonic5.cpp:15:4: error: ‘c’ was not declared in this scope
15 | c = abs(errands[i] - 1) +c;
| ^
platonic5.cpp:17:4: error: ‘c’ was not declared in this scope
17 | c = abs(errands[i] - errands[i-1]) + a;
| ^
platonic5.cpp:20:2: error: ‘c’ was not declared in this scope
20 | c = abs(n - errands[m-1]+a);
| ^