Problem | platonic |
---|---|
User | 7Janish7 |
Submission Time | 2025-07-30 15:50:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int main()’:
platonic.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘for’
9 | for(int i = 0; i++; i < 3){
| ^~~
platonic.cpp:9:17: error: ‘i’ was not declared in this scope
9 | for(int i = 0; i++; i < 3){
| ^
platonic.cpp:14:11: error: expected ‘;’ before ‘}’ token
14 | cout << x
| ^
| ;
15 | }
| ~