Problem devour
User blob
Submission Time 2023-11-24 12:49:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

devour.cpp: In function ‘bool Dead()’:
devour.cpp:8:4: error: ‘s’ was not declared in this scope
8 | s.size(H-1) = alive;
| ^
devour.cpp: At global scope:
devour.cpp:18:1: error: expected declaration before ‘}’ token
18 | }
| ^
devour.cpp: In function ‘int main()’:
devour.cpp:24:13: error: no match for ‘operator+=’ (operand types are ‘std::set<int>::iterator’ {aka ‘std::_Rb_tree_const_iterator<int>’} and ‘int’)
24 | s.begin() += N-1;
| ~~~~~~~~~~^~~~~~