HMMT 二月 2001 · 冲刺赛 · 第 32 题
HMMT February 2001 — Guts Round — Problem 32
题目详情
英文原题
- [10] Count the number of permutations a a . . . a of 1234567 with longest decreasing
1 2 7
subsequence of length at most two (i.e. there does not exist i < j < k such that a > a > a ).
i j k
解析
英文解析
- [10] Count the number of permutations a a . . . a of 1234567 with longest decreasing
1 2 7
subsequence of length at most two (i.e. there does not exist i < j < k such that a > a > a ).
i j k
Solution: C (7) = 429 .