| Problem | platonic11 |
|---|---|
| User | JoelToh |
| Submission Time | 2026-02-09 16:44:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic11.cpp: In function ‘int main()’:
platonic11.cpp:8:25: error: expected ‘;’ before ‘)’ token
8 | for (i = 0, i < n , i++) {
| ^
| ;
platonic11.cpp:13:11: error: expected ‘)’ before ‘}’ token
13 | cout << c
| ^
| )
14 | }
| ~
platonic11.cpp:8:6: note: to match this ‘(’
8 | for (i = 0, i < n , i++) {
| ^
platonic11.cpp:14:1: error: expected primary-expression before ‘}’ token
14 | }
| ^