\usepackage{algorithm} %format of the algorithm \usepackage{algorithmic} %format of the algorithm \usepackage{multirow} %multirow for format of table \usepackage{amsmath} \usepackage{xcolor} \renewcommand{\algorithmicrequire}{\textbf{Input:}} \renewcommand{\algorithmicensure}{\textbf{Output:}} \begin{algorithm} \caption{Sample algorithm} \label{alg1} \begin{algorithmic}[1] \REQUIRE Text:Today is a good day. Variables:$u,v,w$. $G=(V,E)$ \ENSURE Something... % if-then-else \IF{some condition is true} \STATE do some processing \ELSIF{some other condition is true} \STATE do some different processing \ELSE \STATE do the default actions \ENDIF \REPEAT \STATE carry out some processing \UNTIL{some condition is met} % infinite loop \LOOP \STATE this processing will be repeated forever \ENDLOOP \end{algorithmic} \end{algorithm}

2 回答2

0
1、MWE不完整,并且未使用代码块进行编辑。 2、问题是什么?需要不清晰。 建议重新组织后提问。
0
麻烦学着用代码块。 另外这不是一个完整的 MWE

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。