feat(cses); refactor structure

This commit is contained in:
Barrett Ruth 2025-04-18 21:59:45 -04:00
parent 446ad865d0
commit 3153490991
142 changed files with 1380 additions and 66 deletions

View file

@ -43,8 +43,7 @@ void solve() {
to_take -= take;
if (to_take != 0) {
cout << -1 << '\n';
return;
break;
}
to_take = next_to_take;