#š. 【入门】黑色联通块

    Type: Default 1000ms 128MiB

【入门】黑色联通块

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

输入一个n×n的黑白图像(1表示黑色,0表示白色),任务是统计其中黑色连通块的个数。如果两个黑格子有公共边或者公共顶点,就说它们属于同一个联通块。如下图所示的图形有3个联通块。

输入格式

第1行输入一个正整数n(n≤700),此后输入n行,每行是由n个0或1组成的字符串。

输出格式

输出连通块的个数

样例

6
100100
001010
000000
110000
111000
010100
3

第七届SWPU-ACM老生预选赛

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
187
Start at
2022-9-19 14:00
End at
2022-10-28 14:00
Duration
936 hour(s)
Host
Partic.
45