cf/mirror

Captain Flint and Treasure

CF
1388D2000· candidate master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
3
1 2 3
2 3 -1
Output
10
1 2 3
Sample 2of 3
Input
2
-1 100
2 -1
Output
99
2 1
Sample 3of 3
Input
10
-10 -1 2 2 5 -2 -3 -4 2 -6
-1 -1 2 2 -1 5 5 7 7 9
Output
-9
3 5 6 1 9 4 10 7 8 2
1388D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…