[UVA] 11298 - Dissecting a Hexagon
D. Dissecting a Hexagon
Problem
Given an integer n, determine whether it is possible to dissect/divide a regular hexagon into
n parallelograms of equal area. An example of a hexagon dissected into 3 parallelograms is given below.
The Input
...