This commit is contained in:
Barrett Ruth 2025-12-14 15:57:50 -06:00
parent 8b8f621d9d
commit 5f89852a75
1996 changed files with 10609 additions and 0 deletions

9
codeforces/827/io/a.in Normal file
View file

@ -0,0 +1,9 @@
7
1 4 3
2 5 8
9 11 20
0 0 0
20 20 20
4 12 3
15 7 8

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

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

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

@ -0,0 +1,7 @@
3
4
1 1 1 1
5
8 7 1 3 4
1
5

6
codeforces/827/io/b.out Normal file
View file

@ -0,0 +1,6 @@
NO
YES
YES
[code]: 0
[time]: 3.60322 ms

41
codeforces/827/io/c.in Normal file
View file

@ -0,0 +1,41 @@
4
....B...
....B...
....B...
RRRRRRRR
....B...
....B...
....B...
....B...
RRRRRRRB
B......B
B......B
B......B
B......B
B......B
B......B
RRRRRRRB
RRRRRRBB
.B.B..BB
RRRRRRBB
.B.B..BB
.B.B..BB
RRRRRRBB
.B.B..BB
.B.B..BB
........
........
........
RRRRRRRR
........
........
........
........

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

@ -0,0 +1,7 @@
R
B
B
R
[code]: 0
[time]: 10.8039 ms

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

@ -0,0 +1,13 @@
6
3
3 2 1
7
1 3 5 2 4 7 7
5
1 2 3 4 5
3
2 2 4
6
5 4 3 15 12 16
5
1 2 2 3 6

9
codeforces/827/io/d.out Normal file
View file

@ -0,0 +1,9 @@
6
12
9
-1
10
7
[code]: 0
[time]: 107.307 ms

10
codeforces/827/io/e.in Normal file
View file

@ -0,0 +1,10 @@
3
4 5
1 2 1 5
1 2 4 9 10
2 2
1 1
0 1
3 1
1000000000 1000000000 1000000000
1000000000

6
codeforces/827/io/e.out Normal file
View file

@ -0,0 +1,6 @@
1 4 4 9 9
0 2
3000000000
[code]: 0
[time]: 4.2367 ms

14
codeforces/827/io/f.in Normal file
View file

@ -0,0 +1,14 @@
3
5
2 1 aa
1 2 a
2 3 a
1 2 b
2 3 abca
2
1 5 mihai
2 2 buiucani
3
1 5 b
2 3 a
2 4 paiu

13
codeforces/827/io/f.out Normal file
View file

@ -0,0 +1,13 @@
YES
NO
YES
NO
YES
NO
YES
NO
NO
YES
[code]: 0
[time]: 3.97944 ms

11
codeforces/827/io/g.in Normal file
View file

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

8
codeforces/827/io/g.out Normal file
View file

@ -0,0 +1,8 @@
8 4 2 1
5 2 1 3 4 5 5
101 1
4 3 2 2 3 4
7 1 4 2 3 4 5 1
[code]: 0
[time]: 3.94392 ms