| Problem | illuminate |
|---|---|
| User | wahjsodhowasd |
| Submission Time | 2026-02-20 15:15:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
illuminate.cpp: In function ‘int main()’:
illuminate.cpp:39:20: error: expected ‘;’ before ‘cout’
39 | Ans-=(R*C-v.size())
| ^
| ;
40 | cout<<Ans;
| ~~~~