Skip to content

Commit 9fb1a72

Browse files
committed
2023-04-28 codeforces 134edu
1 parent ae9a979 commit 9fb1a72

File tree

11 files changed

+6206
-0
lines changed

11 files changed

+6206
-0
lines changed

contests/2023-04-28_codeforces_134edu/A.cpp

+972
Large diffs are not rendered by default.

contests/2023-04-28_codeforces_134edu/B.cpp

+990
Large diffs are not rendered by default.

contests/2023-04-28_codeforces_134edu/C.cpp

+975
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
Given A
3+
Given B
4+
5+
I need to start with A, add something nonneg to each position, then rearrange to B.
6+
For each position, what's the smallest and biggest number I could add?
7+
8+
***
9+
10+
High end:
11+
I need the next place where the "diagonal inequality" doesn't work.
12+
13+
14+
10 20 30 40 50 60 70 80
15+
25 35 42 43 90
16+
17+
18+
.

0 commit comments

Comments
 (0)