| Problem | platonic3 |
|---|---|
| User | 7Janish7 |
| Submission Time | 2025-07-30 16:45:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic3.cpp: In function ‘int main()’:
platonic3.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for(i = 0; i < N; i++){
| ^
platonic3.cpp:13:7: error: ‘i’ was not declared in this scope
13 | for(i = 0; i < ;, i++){
| ^
platonic3.cpp:13:18: error: expected primary-expression before ‘;’ token
13 | for(i = 0; i < ;, i++){
| ^
platonic3.cpp:13:19: error: expected primary-expression before ‘,’ token
13 | for(i = 0; i < ;, i++){
| ^