Movatterモバイル変換


[0]ホーム

URL:


Logo

33353번 -Good Subsegments다국어

시간 제한메모리 제한제출정답맞힌 사람정답 비율
2 초2048 MB62240.000%

문제

You are given an array $a[1..n]$ consisting of $n$ integers from $1$ to $n$. Asubsegment $a[\ell..r]$ of the array is its consecutive part from position $\ell$ to position $r$, inclusive.

A subsegment $a[\ell..r]$ is$k$-good if the following conditions are satisfied:

  • $r - \ell + 1 \ge 2 \cdot k$, so its length is at least $2 \cdot k$;
  • $a_{\ell} = a_{\ell + 1} = a_{\ell + 2} = ... = a_{\ell + k - 1}$, so at least $k$ of its leftmost elements are equal to each other;
  • $a_{r} = a_{r - 1} = a_{r - 2} = ... = a_{r - k + 1}$, so at least $k$ its rightmost elements are equal to each other;
  • $a_{\ell} = a_r$, so its ends are equal.

For each $k$ from $1$ to $\left\lfloor\frac{n}{2}\right\rfloor$, find the number of $k$-good subsegments of the given array $a$.

입력

The first line contains an integer $t$ ($1 \le t \le 5 \cdot 10^5$), the number of test cases. The test cases follow.

The first line of each test case contains an integer $n$ ($2 \le n \le 5 \cdot 10^5$).

The second line consists of $n$ integers $a_1, a_2, \ldots, a_n$ ($1 \le a_i \le n$).

The sum of $n$ over all test cases does not exceed $5 \cdot 10^5$.

출력

For each test case, print a line with $\left\lfloor\frac{n}{2}\right\rfloor$ integers: the number of $k$-good subsegments for each corresponding $k$, starting from $1$.

제한

예제 입력 1

4101 2 2 2 2 2 3 2 2 261 1 1 2 1 192 2 1 1 1 2 2 1 1103 2 3 2 4 2 10 10 10 10

예제 출력 1

28 11 3 0 010 2 016 3 0 010 1 0 0 0

힌트

출처

Camp > Petrozavodsk Programming Camp > Summer 2023 > Day 3: ABalobanov Contest 1 supported by Pinely I번

출처

대학교 대회

  • 사업자 등록 번호: 541-88-00682
  • 대표자명: 최백준
  • 주소: 서울시 서초구 서초대로74길 29 서초파라곤 412호
  • 전화번호: 02-521-0487 (이메일로 연락 주세요)
  • 이메일:contacts@startlink.io
  • 통신판매신고번호: 제 2017-서울서초-2193 호


[8]ページ先頭

©2009-2025 Movatter.jp