[UVA] 320 - Border
Border
You are to write a program that draws a border around a closed path
into a bitmap, as displayed in the following figure:
The path is closed and runs along the grid lines, i.e. between the squares
of the grid. The path runs counter-clockwise, so if f...