| Problem | illuminate |
|---|---|
| User | wahjsodhowasd |
| Submission Time | 2026-02-20 15:02:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
illuminate.cpp: In function ‘int main()’:
illuminate.cpp:12:13: error: expected ‘;’ before ‘)’ token
12 | ;for(i<R;i++){
| ^
| ;
illuminate.cpp:14:13: error: expected ‘;’ before ‘)’ token
14 | ;for(j<C;j++){
| ^
| ;
illuminate.cpp:15:7: error: expected ‘;’ before ‘if’
15 | cin>>c
| ^
| ;
16 | if (c=='#'){Ans+=(j-curr)*(j-curr);
| ~~