Problem blanko
User haydendoo
Submission Time 2023-02-26 10:54:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

blanko.cpp: In function ‘void solve()’:
blanko.cpp:235:19: error: ‘mommy’ was not declared in this scope
235 | if(s[i]=='0') { mommy.pb(i); continue;}
| ^~~~~
blanko.cpp:244:9: error: ‘mommy’ was not declared in this scope
244 | EACH(i, mommy) if(i>ptr2) sus.emplace(s[i]+'0',i);
| ^~~~~
blanko.cpp:61:34: note: in definition of macro ‘EACH’
61 | #define EACH(x, a) for (auto& x: a)
| ^