#H. [TJOI2013] 攻击装置

    Type: RemoteJudge 1000ms 125MiB

[TJOI2013] 攻击装置

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.

题目描述

给定一个 01 矩阵,其中你可以在 0 的位置放置攻击装置。每一个攻击装置 (x,y)(x,y) 都可以按照“日”字攻击其周围的 88 个位置 (x1,y2)(x-1,y-2)(x2,y1)(x-2,y-1)(x+1,y2)(x+1,y-2)(x+2,y1)(x+2,y-1)(x1,y+2)(x-1,y+2)(x2,y+1)(x-2,y+1)(x+1,y+2)(x+1,y+2)(x+2,y+1)(x+2,y+1)

求在装置互不攻击的情况下,最多可以放置多少个装置。

输入格式

第一行一个整数 NN,表示矩阵大小为 N×NN \times N

接下来 NN 行每一行一个长度 NN 的 01 串,表示矩阵。

输出格式

一个整数,表示在装置互不攻击的情况下最多可以放置多少个装置。

3
010
000
100
4

提示

对于 30%30\% 的数据,保证 N50N \le 50

对于 100%100\% 的数据,保证 N200N \le 200

初二竞赛组作业——二分图匹配

Not Claimed
Status
Done
Problem
8
Open Since
2024-3-22 8:00
Deadline
2024-5-26 23:59
Extension
24 hour(s)