cf/mirror

Tanks

CF
920D2400· grandmaster2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
2 3 5
2 3
Output
YES
1 2 1
Sample 2of 3
Input
2 3 4
2 3
Output
NO
Sample 3of 3
Input
5 2 0
1 3 5 7 9
Output
YES
2 2 1
3 3 1
4 4 1
5 5 1
920D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)