不是哥们你翻译错数组也太没素质了
查看原帖
不是哥们你翻译错数组也太没素质了
719978
DYYqwq楼主2024/11/1 10:47

然而,它有 qq 次修改操作,每次操作给定 xxyy,将 axa_x 改成 yy。注意,修改是永久性的。

然而,题面中说:

However, your annoying boss wants to make qq updates to the array bb . In the ii -th update, he will choose a slide sis_i and a member tit_i and set bsi:=tib_{s_i} := t_i . Note that these updates are persistent, that is changes made to the array bb will apply when processing future updates.

显然,应该是修改的 bb 数组而非 aa 数组。

应该改为:

然而,它有 qq 次修改操作,每次操作给定 xxyy,将 bxb_x 改成 yy。注意,修改是永久性的。

然而,它有 $q$ 次修改操作,每次操作给定 $x$ 和 $y$,将 $b_x$ 改成 $y$。注意,修改是永久性的。

(同样的,CF2021C1 中也存在这个问题,但是其实无所谓,因为那题没有修改)

2024/11/1 10:47
加载中...