| Problem | platonic3 |
|---|---|
| User | Hatrix |
| Submission Time | 2026-02-27 16:53:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic3.cpp: In function ‘int main()’:
platonic3.cpp:9:2: error: expected initializer before ‘for’
9 | for(int i = 0; i < N; i++); {
| ^~~
platonic3.cpp:9:17: error: ‘i’ was not declared in this scope
9 | for(int i = 0; i < N; i++); {
| ^