#描述#
N个矩形,求面积并
#格式#
##输入格式##
多个case. 第一行一个N(<=100),后面N行,每行四个整数x1,y1,x2,y2 (范围都是<=2*10^6)
##输出格式##
输出总面积
#样例1#
##样例输入1##
2
0 0 1 1
2 2 3 3
2
0 0 3 3
2 2 4 4
##样例输出1##
2
12
#限制#
2000ms
32768KB
#提示#
#来源#
dd
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.