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;
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@
|
|||
..##..##
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.0681 ms
|
||||
[time]: 11.0681 ms
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@
|
|||
09:37 PM
|
||||
|
||||
[code]: 0
|
||||
[time]: 4.08173 ms
|
||||
[time]: 4.08173 ms
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ NO
|
|||
YES
|
||||
|
||||
[code]: 0
|
||||
[time]: 12.0294 ms
|
||||
[time]: 12.0294 ms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue