【发布时间】:2017-02-25 23:32:54
【问题描述】:
笛卡尔平面中从 (0,0) 到 (R,C) 的点用 r、g 或 b 着色。用这些点做一个三角形,这样-
a) All three vertices are of different colors.
b) At least one side of triangle is parallel to either of the axes.
c) Area of the triangle is maximum possible.
输出最大可能的区域。
约束:1<=R<=1000,1<=C<=1000
有人可以告诉我这个问题的方法吗?
【问题讨论】:
-
你能把原来的问题链接贴在这里吗?