Toy Cars
545A900· newbie1s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
3-1 0 00 -1 10 2 -1
Output
21 3
Sample 2of 2
Input
4-1 3 3 33 -1 3 33 3 -1 33 3 3 -1
Output
0
58%
545A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
3-1 0 00 -1 10 2 -1
21 3
4-1 3 3 33 -1 3 33 3 -1 33 3 3 -1
0