国际象棋
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.
题面背景
国际象棋中, 车可以控制同一行或者同一列中的所有方格.
题目描述
给你一个 行 列的棋盘, 在棋盘上放上 个车, 第 个车放在 位置, 现在我们想知道, 有多少个方格不会被车攻击到.
输入格式
第一行三个整数
接下来 行, 每行两个整数 表示在这个位置上有一个车.
输出格式
输出一个整数表示有多少个方格不会被车控制.
样例 #1
样例输入 #1
2 3 1
1 2
样例输出 #1
2
样例 #2
样例输入 #2
2 3 2
1 1
2 3
样例输出 #2
0
提示
- 注意, 有可能多个棋子在同一个方格内
信竞12月测试
- Status
- Done
- Rule
- IOI
- Problem
- 6
- Start at
- 2023-12-28 15:30
- End at
- 2023-12-28 18:30
- Duration
- 3 hour(s)
- Host
- Partic.
- 2