#D. 方格取数

    Type: Default 1000ms 256MiB

方格取数

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×mn \times m 的棋盘, 棋盘上每个格子里都有一个数字, 现在小北从棋盘上取走 rr 行数字, 辰辰从剩余的数字中取走 cc 列数字, 问最后还剩下多少数字?

数据格式

输入格式

多组数据

第一行输入一个整数 tt, 表示有 tt 组数据

接下来每一行输入四个整数 n,m,r,cn, m, r, c.

输出格式

输出 tt 行, 每行输出一个整数, 表示棋盘上还剩余多少数字.

样例

2
3 2 2 1
5 5 2 3
1
6
方格取数.png

数据范围

1<=t<=100 1 <= t <= 100

1<=r,c<=n,m<=1091 <=r,c <= n,m <= 10^9

[北辰杯 North-Star-Cup] 五月入门赛

Not Attended
Status
Done
Rule
Ledo
Problem
6
Start at
2023-5-19 18:00
End at
2023-5-20 0:00
Duration
6 hour(s)
Host
Partic.
119