答案1
答案2
答案3
这是我的解决方案,使用tabbing
环境
\documentclass{article}
\begin{document}
\begin{tabbing}
(\texttt{?:}\=\\
\> ($f()$~2)\\
\> ($g()$\=\\
\> \> (\texttt{++} \=$a$)\\
\> \> (\texttt{--} \>$b$)\\
\> \> (\texttt{-}\=\\
\> \> \> ($\sin()$~$c$)\\
\>\>)\\
\>)\\
\> (+\\
\>\>10 \\
\>\>(\\
\>\>\>$h()$\\
\>\>)\\
\>)\\
)
\end{tabbing}
\end{document}