| Problem | lightningrod | 
|---|---|
| User | TheInvadr | 
| Submission Time | 2024-12-26 11:31:45 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:37:24: error: ‘mp’ was not declared in this scope
   37 |             if(x-1>=0&&mp[x-1])barr[x-1]=false;
      |                        ^~
lightningrod.cpp:38:27: error: ‘mp’ was not declared in this scope
   38 |             if(x+1<=maxn&&mp[x+1])barr[x+1]=false;
      |                           ^~