$$ \newcommand{\seq}[2]{{#1}_{1},{#1}_{2},\cdots,{#1}_{#2}} \newcommand{\num}[1]{1,2,\cdots,#1} \newcommand{\stra}[2]{\begin{bmatrix}#1 \\ #2\end{bmatrix}} \newcommand{\strb}[2]{\begin{Bmatrix}#1 \\ #2\end{Bmatrix}} \newcommand{\dw}[1]{\underline{#1}} \newcommand{\up}[1]{\overline{#1}} $$
摘要: 515 C 题意 定义一个函数 $F(x)$ ,举例: $F(123450)=1! 2! 3! 4! 5! 0!$ 。 现在给你一个数 $a$ ,最多 $15$ 位,求最大的数 $x$ ,使得: $x$ 中不包含 $0$ 和 $1$ 数码; $F(x)=F(a)$ 。 Examples input 阅读全文
posted @ 2019-03-18 18:05 chc_1234567890 阅读(186) 评论(0) 推荐(0) 编辑