cf/mirror

Subsequence Update

CF
2063B1100· newbie1.5s256 MB⌨ stdin/stdout

Examples

Sample 1of 1multi-test • hover to link
Input
6
2 1 1
2 1
3 2 3
1 2 3
3 1 3
3 1 2
4 2 3
1 2 2 2
5 2 5
3 3 2 3 5
6 1 3
3 6 6 4 3 2
Output
1
3
6
3
11
8
2063B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)