cf/mirror

Fox and Meteor Shower

CF
388E3100· legendary gm6s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
2
0 0 1 1 0 2
0 1 0 1 2 0
Output
2
Sample 2of 4
Input
3
-1 -1 0 3 3 0
0 2 -1 -1 3 -2
-2 0 -1 6 0 3
Output
3
Sample 3of 4
Input
4
0 0 0 1 0 1
0 0 1 1 1 1
0 1 1 1 1 0
0 1 0 1 0 0
Output
1
Sample 4of 4
Input
1
0 0 0 1 0 0
Output
1
388E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)