| Problem | platonic3 |
|---|---|
| User | Hatrix |
| Submission Time | 2026-02-27 16:57:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic3.cpp: In function ‘int main()’:
platonic3.cpp:10:13: error: ‘i’ was not declared in this scope
10 | cout << A[i];
| ^
platonic3.cpp:12:16: error: expected ‘;’ before ‘}’ token
12 | cout << A[N-1]
| ^
| ;
13 | }
| ~