$$ \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}} $$
摘要: 1153 B 给你一个三维几何体的主视图、左视图、俯视图,要你输出俯视图中每个柱子的高度。( $n,m,h\le 100$ ) Examples input 3 7 3 2 3 0 0 2 0 1 2 1 3 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 out 阅读全文
posted @ 2019-04-14 15:00 chc_1234567890 阅读(429) 评论(0) 推荐(1) 编辑