| Problem | platonic5 |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-03-02 14:59:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic5.cpp: In function ‘int main()’:
platonic5.cpp:22:21: error: expected ‘;’ before ‘cout’
22 | seconds += abs(n-i)
| ^
| ;
23 | cout << seconds;
| ~~~~