当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。
定义MyRectangle类,包含:
第一行四个数字,分别表示$x_0, y_0, width_0, height_0$
第二行n,代表有n组test case
之后的n行,每行四个数字,$x_i, y_i, width_i, height_i$
输出格式见样例
2 2 5.5 4.9 3 3 3 1 1 4 5 10.5 3.2 3 5 2.3 5.4
Area is 26.95000 Perimeter is 20.80000 Rectangle contains Point 1 : true Rectangle contains Rectangle1 : true Rectangle overlaps Rectangle1 : true Rectangle contains Point 2 : false Rectangle contains Rectangle2 : false Rectangle overlaps Rectangle2 : true Rectangle contains Point 3 : false Rectangle contains Rectangle3 : false Rectangle overlaps Rectangle3 : true
时间上限 | 内存上限 |
1000 MS | 128 MB |