[백준] 2669번 직사각형 네개의 합집합의 면적 구하기

·
백준 문제
문제: 2669번: 직사각형 네개의 합집합의 면적 구하기#include using namespace std;int main() { ios::sync_with_stdio(false); cin.tie(0); vector> table(100, vector(100, 0)); for (int r = 0; r > lbX >> lbY >> ruX >> ruY; for (int x = lbX; x