Problem | plagia |
---|---|
User | bribritt |
Submission Time | 2024-01-26 14:53:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
plagia.cpp: In function ‘int32_t main()’:
plagia.cpp:124:12: error: ‘logmaxA’ was not declared in this scope; did you mean ‘logMaxA’?
124 | REP(i,0,logmaxA) if(z&(1<<i)) rt[i]->flip(x,y);
| ^~~~~~~
plagia.cpp:17:34: note: in definition of macro ‘REP’
17 | #define REP(i,a,b) for(int i=a;i<b;i++)
| ^