This commit is contained in:
Barrett Ruth 2025-08-22 12:09:57 -05:00
parent 59d8a872b6
commit 2a8ecba5b9
67 changed files with 2648 additions and 15 deletions

6
codeforces/1034/io/a.in Normal file
View file

@ -0,0 +1,6 @@
5
2
4
5
7
100

9
codeforces/1034/io/a.out Normal file
View file

@ -0,0 +1,9 @@
Alice
Bob
Alice
Alice
Bob
[code]: 0
[time]: 2.6536 ms
[debug]: false

7
codeforces/1034/io/b.in Normal file
View file

@ -0,0 +1,7 @@
3
5 2 3
3 2 4 4 1
5 4 1
5 3 4 5 2
6 1 1
1 2 3 4 5 6

10
codeforces/1034/io/b.out Normal file
View file

@ -0,0 +1,10 @@
YES
YES
NO
3
4
4
[code]: 0
[time]: 2.38109 ms
[debug]: false

7
codeforces/1034/io/c.in Normal file
View file

@ -0,0 +1,7 @@
3
6
1 3 5 4 7 2
4
13 10 12 20
7
1 2 3 4 5 6 7

7
codeforces/1034/io/c.out Normal file
View file

@ -0,0 +1,7 @@
100011
1101
1000001
[code]: 0
[time]: 2.47598 ms
[debug]: false

13
codeforces/1034/io/d.in Normal file
View file

@ -0,0 +1,13 @@
6
5 2
11011
7 4
1011011
6 1
010000
4 1
1111
8 3
10110110
6 4
111111

10
codeforces/1034/io/d.out Normal file
View file

@ -0,0 +1,10 @@
Bob
Alice
Alice
Bob
Bob
Alice
[code]: 0
[time]: 2.39968 ms
[debug]: false

0
codeforces/1034/io/e.in Normal file
View file

0
codeforces/1034/io/e.out Normal file
View file