Mancala
975B1100· newbie1s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
0 1 1 0 0 0 0 0 0 7 0 0 0 0
Output
4
Sample 2of 2
Input
5 1 1 1 1 0 0 0 0 0 0 0 0 0
Output
8
58%
975B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
0 1 1 0 0 0 0 0 0 7 0 0 0 0
4
5 1 1 1 1 0 0 0 0 0 0 0 0 0
8