Problem seagame
User PlayVoltz
Submission Time 2023-11-09 17:26:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

seagame.cpp: In function ‘void bal()’:
seagame.cpp:15:2: error: jump to label ‘skip’
15 | skip:;
| ^~~~
seagame.cpp:11:24: note: from here
11 | if (down.empty())goto skip;
| ^~~~
seagame.cpp:12:7: note: crosses initialization of ‘std::_Rb_tree_const_iterator<int> it’
12 | auto it=down.end();--it;
| ^~