last of div 4

This commit is contained in:
Barrett Ruth 2025-08-16 15:10:34 -05:00
parent 1e18e29af4
commit 78ead22797
80 changed files with 2214 additions and 11 deletions

15
codeforces/1029/io/a.in Normal file
View file

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

10
codeforces/1029/io/a.out Normal file
View file

@ -0,0 +1,10 @@
YES
NO
YES
YES
NO
YES
NO
[code]: 0
[time]: 2.98715 ms

3
codeforces/1029/io/b.in Normal file
View file

@ -0,0 +1,3 @@
2
3
6

5
codeforces/1029/io/b.out Normal file
View file

@ -0,0 +1,5 @@
1 3 2
1 3 5 6 4 2
[code]: 0
[time]: 2.70963 ms

17
codeforces/1029/io/c.in Normal file
View file

@ -0,0 +1,17 @@
8
6
1 2 2 3 1 5
8
1 2 1 3 2 1 3 2
5
5 4 3 2 1
10
5 8 7 5 8 5 7 8 10 9
3
1 2 2
9
3 3 1 4 3 2 4 1 2
6
4 5 4 5 6 4
8
1 2 1 2 1 2 1 2

11
codeforces/1029/io/c.out Normal file
View file

@ -0,0 +1,11 @@
2
3
1
3
1
3
3
4
[code]: 0
[time]: 2.87986 ms