本文用于排版时快速复制需要的内容框架。 所用模板为2021Latex国赛模板
width根据需要改.
\begin{figure}[H]
\centering
\includegraphics[width=8cm]{../../所用图片/12.png}
\caption{问题一流程图}
\end{figure}
\begin{itemize}
\item
\item
\item
\end{itemize}
\begin{equation}
\end{equation}
\begin{figure}[H]
\small
\centering
\includegraphics[width=12cm]{../../所用图片/1.png}
\caption{任务分布图}
\end{figure}
\textbf{}
\begin{table}[H]
\centering
\begin{threeparttable}
\begin{tabular}{|c|c|c|c|c|}
\hline
任务号码 & 原任务标价 & 原任务执行情况 & 现任务标价 & 现任务执行情况 \\ \hline
A0001 & 66 & 0 & 51 & 1 \\ \hline
A0002 & 60 & 0 & 61 & 1 \\ \hline
A0003 & 60 & 1 & 61 & 1 \\ \hline
A0004 & 75 & 0 & 59 & 1 \\ \hline
A0005 & 60 & 0 & 61 & 1 \\ \hline
\multicolumn{5}{|c|}{......} \\ \hline
A0831 & 60 & 0 & 61 & 0 \\ \hline
A0832 & 72 & 1 & 51 & 1 \\ \hline
A0833 & 85 & 1 & 66.5 & 1 \\ \hline
A0834 & 60 & 1 & 61 & 1 \\ \hline
A0835 & 85 & 1 & 66.5 & 1 \\ \hline
\end{tabular}
\begin{tablenotes}
\footnotesize
\item 注:由于篇幅有限,这里仅展示部分数据。
\end{tablenotes}
\caption{问题二任务标价与执行情况}
\end{threeparttable}
\end{table}
\begin{table}[H]
\centering
\begin{tabular}{|c|c|c|c|}
\hline
打包任务数 & 个数 & 打包任务数 & 个数 \\ \hline
20 & 8 & 10 & 8 \\ \hline
19 & 13 & 9 & 6 \\ \hline
18 & 15 & 8 & 2 \\ \hline
17 & 11 & 7 & 16 \\ \hline
16 & 5 & 6 & 12 \\ \hline
15 & 8 & 5 & 11 \\ \hline
14 & 7 & 4 & 14 \\ \hline
13 & 6 & 3 & 15 \\ \hline
12 & 4 & 2 & 14 \\ \hline
11 & 5 & & \\ \hline
\end{tabular}
\caption{附件三任务打包表}
\end{table}