Step
의견: 0
\(6^{th}\) round, March \(4^{th}\), 2011
Mirko and Slavko started taking tap dance lessons. This dance consists mostly of tapping the floor with
a special kind of shoe. Since Mirko and Slavko are fast learners, they decided to come up with their
own choreography.
Tap dance choreography can be described as a sequence consisting of two letters, ‘L’ and ‘R’. ‘L’ means
that you should tap the floor with your left foot, and ‘R’ with your right foot. Mirko realised that the
most exciting parts of tap dancing are the ones in which you don’t use the same leg twice in a row. He
defined the value of a choreography as the longest subsequence of consecutive elements that doesn’t
contain two consecutive ‘L’s or ‘R’s.
As we all know, designing a choreography can be very challenging, with lots of small changes until it’s
done. For every alteration that Slavko does, he would like to know the current choreography value.
One alteration is changing one ‘L’ to ‘R’, and vice versa.
Before any alterations are made, the choreography consists only of letters ‘L’.
The first line of input contains two integers, the choreography length \(N\) (\(1 \le N \le 200\,000\)), and the number of alterations \(Q\) (\(1 \le Q \le 200\,000\)).
Each of the next \(Q\) lines contains an integer specifying the position that Mirko and Slavko are altering, in order of alteration.
The output must contain \(Q\) integers, one per line — the current values of the choreography after each alteration.
First sample description: the choreographies are: LLLLLL, LRLLLL, LRLRLL.
| 서브태스크 | 점수 | 설명 |
|---|---|---|
Test 1 | 10점 | None |
Test 2 | 10점 | None |
Test 3 | 10점 | None |
Test 4 | 10점 | None |
Test 5 | 10점 | None |
Test 6 | 10점 | None |
Test 7 | 10점 | None |
Test 8 | 10점 | None |
Test 9 | 10점 | None |
Test 10 | 10점 | None |
6 2
2
43
56 5
4
1
1
2
63
3
3
5
6평가 및 의견
Step
Log in to rate problems.
아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.
풀이 제출
Step