// 사각형 두개를 만들고 // 그 사각형 두개에 대한 인터섹션과 유니언에 대한 사각형을 구하고 출력하라 // quiz.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "quiz.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // The one and only application object CWinApp theApp; us..