2

環境を次のように定義しました

\newenvironment{question}[1]
{Question (#1 points):}{}

として使用しています

\begin{question}[10]
...
\end{question}

次のエラーが表示されます。

Missing number, treated as zero
\begin{question}[
                 10]
4

1 に答える 1