Problem platonic11
User JoelToh
Submission Time 2026-02-09 16:43:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic11.cpp: In function ‘int main()’:
platonic11.cpp:7:7: error: ‘i’ was not declared in this scope
7 | for (i = 0, i < n , i++) {
| ^
platonic11.cpp:12:11: error: expected ‘)’ before ‘}’ token
12 | cout << c
| ^
| )
13 | }
| ~
platonic11.cpp:7:6: note: to match this ‘(’
7 | for (i = 0, i < n , i++) {
| ^
platonic11.cpp:13:1: error: expected primary-expression before ‘}’ token
13 | }
| ^