CF618F, CF1836E, and the Beijing College Entrance Exam

Правка en1, от dfsof, 2023-06-21 20:45:04

These three problems are almost the same.

CF618F [Double Knapsack]: https://codeforces.com/problemset/problem/618/F

CF1836E [Twin Cluster]: https://codeforces.com/contest/1836/problem/E

Beijing College Entrance Exam:

Given two positive integer arrays $$$A$$$ and $$$B$$$, such that:

$$$len(A) = len(B) = n$$$

and

for $$$\all 1 \leq i \leq n$$$, $$$1 \leq a_i, b_i \leq n$$$.

Теги pigeonhole principle

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский dfsof 2023-06-21 20:49:17 137 (published)
en3 Английский dfsof 2023-06-21 20:46:55 130
en2 Английский dfsof 2023-06-21 20:45:17 8 Tiny change: '\n\nfor $\all 1 \leq i ' -> '\n\nfor $\every 1 \leq i '
en1 Английский dfsof 2023-06-21 20:45:04 438 Initial revision (saved to drafts)