Skip to content

Commit 26f8421

Browse files
committed
new file: archive/24-25-1-数据结构-期末-题图3.3.tex
1 parent e8719ac commit 26f8421

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
\documentclass{standalone}
2+
\usepackage{preset}
3+
\begin{document}
4+
\begin{tikzpicture}[background rectangle/.style={fill=white},show background rectangle,x=5mm,y=5mm]
5+
\foreach \x in {0,...,10}{
6+
\draw(\x,0)rectangle node[above=.5]{\x}(\x+1,-1);
7+
}
8+
\node at(.5,-.5){55};
9+
\node at(2.5,-.5){13};
10+
\node at(5.5,-.5){27};
11+
\node at(10.5,-.5){32};
12+
\end{tikzpicture}
13+
\end{document}

0 commit comments

Comments
 (0)