cf/mirror

Beautiful Matrix

CF
263A800· newbie2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
0 0 0 0 0
0 0 0 0 1
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
Output
3
Sample 2of 2
Input
0 0 0 0 0
0 0 0 0 0
0 1 0 0 0
0 0 0 0 0
0 0 0 0 0
Output
1
263A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)