英语题面出锅
查看原帖
英语题面出锅
217300
Error_Eric楼主2022/8/2 11:30

题面:

For example, if t=bababat=\texttt{bababa} and s1=bas_1=\texttt{ba} , s2=abas_2=\texttt{aba} , you can get t=bababat=\color{red}{\texttt{ba}}\texttt{baba} , t=bababat=\texttt{b}\color{red}{\texttt{aba}}\texttt{ba} or t=bababat=\texttt{bab}\color{red}{\texttt{aba}} in one step.

You want to color all the letters of the text tt in red. When you color a letter in red again, it stays red.

In the example above, three steps are enough:

  • Let's color t[24]=s2=abat[2 \dots 4]=s_2=\texttt{aba} in red, we get t=bababat=\texttt{b}\color{red}{\texttt{aba}}\texttt{ba} ;
  • Let's color t[12]=s1=bat[1 \dots 2]=s_1=\texttt{ba} in red, we get t=bababat=\color{red}{\texttt{baba}}\texttt{ba} ;
  • Let's color t[46]=s2=abat[4 \dots 6]=s_2=\texttt{aba} in red, we get t=bababat=\color{red}{\texttt{bababa}} .

正确题面:

For example, if t=bababat=\texttt{bababa} and s1=bas_1=\texttt{ba} , s2=abas_2=\texttt{aba} , you can get t=bababat=\color{red}{\texttt{ba}}\color{black}\texttt{baba} , t=bababat=\texttt{b}\color{red}{\texttt{aba}}\color{black}\texttt{ba} or t=bababat=\texttt{bab}\color{red}{\texttt{aba}} in one step.

You want to color all the letters of the text tt in red. When you color a letter in red again, it stays red.

In the example above, three steps are enough:

  • Let's color t[24]=s2=abat[2 \dots 4]=s_2=\texttt{aba} in red, we get t=bababat=\texttt{b}\color{red}\texttt{aba}\color{black}\texttt{ba} ;
  • Let's color t[12]=s1=bat[1 \dots 2]=s_1=\texttt{ba} in red, we get t=bababat=\color{red}\texttt{baba}\color{black}\texttt{ba} ;
  • Let's color t[46]=s2=abat[4 \dots 6]=s_2=\texttt{aba} in red, we get t=bababat=\color{red}{\texttt{bababa}} .

翻译已经通过翻译途径提交。

2022/8/2 11:30
加载中...