質問
問題名 | ユーザ名 | 質問 | 回答 | 全体公開 | 投稿日時 | 最終更新日時 |
---|---|---|---|---|---|---|
C - Illuminate Buildings |
![]() ![]() |
what does equal interval mean |
「選んだビルたちは等間隔に並んでいる」とは、「選んだビルの添字を i[1]<i[2]<...<i[k] としたとき、i[2]-i[1]=i[3]-i[2]=...=i[k]-i[k-1]を満たす」という意味です。/ "The chosen buildings are arranged at equal intervals." means that "Let the indices of the chosen buildings be i[1]<i[2]<...<i[k], then i[2]-i[1]=i[3]-i[2]=...=i[k]-i[k-1] is satisfied." |
Yes |