feat(cses); refactor structure
This commit is contained in:
parent
446ad865d0
commit
3153490991
142 changed files with 1380 additions and 66 deletions
|
|
@ -43,8 +43,7 @@ void solve() {
|
|||
to_take -= take;
|
||||
|
||||
if (to_take != 0) {
|
||||
cout << -1 << '\n';
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
to_take = next_to_take;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue