cf
/
mirror
Problemset
Contests
Favorites
Profile
Tools
Settings
Problemset
Contests
Favorites
Profile
Complexity
Stress
Graph
Templates
Crawler
Array K-Coloring
☆
save
CF
1102B
1400
· specialist
2s
256 MB
⌨ stdin/stdout
#greedy
#sortings
hide
Examples
Sample 1
of 3
Input
copy
4 2
1 2 2 3
Output
copy
YES
1 1 2 2
Sample 2
of 3
Input
copy
5 2
3 2 1 2 3
Output
copy
YES
2 1 1 2 1
Sample 3
of 3
Input
copy
5 2
2 1 1 2 1
Output
copy
NO
58%
1102B.cpp
GNU C++20 (64)
GNU C11
Python 3
PyPy 3
Java 21
Rust
Go
C#
JavaScript
Ruby
Pascal
Haskell
Kotlin · no run
loading editor…
Ln
11
·
137 B
GNU C++20 (64)
⟲ Reset
Run samples
Submit
▸
Custom test
run your code against any stdin
▸
Stress test
run a brute + generator against your solution to find a failing case
▸
Editorial & videos
official tutorial + youtube — hidden while contest is live