Problem cpicgame
User lucaskoh
Submission Time 2026-06-23 10:58:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:14:10: error: expected ‘;’ before ‘for’
14 | Y = R = 1
| ^
| ;
15 | for(int i =1;i < 100000;i++){
| ~~~
cpicgame.cpp:15:14: error: ‘i’ was not declared in this scope
15 | for(int i =1;i < 100000;i++){
| ^