Lovely Matrix
274D2200· master2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
3 31 -1 -11 2 12 -1 1
Output
3 1 2
Sample 2of 3
Input
2 31 2 22 5 4
Output
1 3 2
Sample 3of 3
Input
2 31 2 33 2 1
Output
-1
58%
274D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…