Captain Flint and Treasure
1388D2000· candidate master2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
31 2 32 3 -1
Output
101 2 3
Sample 2of 3
Input
2-1 1002 -1
Output
992 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
-93 5 6 1 9 4 10 7 8 2
58%
1388D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…