Problem illuminate
User wahjsodhowasd
Submission Time 2026-02-20 15:02:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

illuminate.cpp: In function ‘int main()’:
illuminate.cpp:12:12: error: expected ‘;’ before ‘)’ token
12 | for(i<R;i++){
| ^
| ;
illuminate.cpp:14:1: error: expected ‘,’ or ‘;’ before ‘for’
14 | for(j<C;j++){
| ^~~
illuminate.cpp:14:12: error: expected ‘;’ before ‘)’ token
14 | for(j<C;j++){
| ^
| ;