Problem illuminate
User wahjsodhowasd
Submission Time 2026-02-19 11:34:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

illuminate.cpp: In function ‘int main()’:
illuminate.cpp:22:5: error: expected ‘;’ before ‘Ans’
22 | X+=1
| ^
| ;
23 | Ans+=X;
| ~~~
illuminate.cpp:33:7: error: expected ‘;’ before ‘}’ token
33 | Ans+=Y
| ^
| ;
34 | }
| ~