| |
- The problem has two
contradictory statements in the
output
specifications:
"display
the identity of the individuals in each group, one
line per group"
and
"output
lines must be no longer than 79 characters."
Interpret the problem statement as follows:
You may split
the output into multiple lines. Each line must
be no longer than
79 characters, but may be shorter as
you see fit.
- In the event multiple pairs of
points could be used to form the initial (two) groups (group 1 and
group 2), choose the first (earliest in the input) pairs to form a
group.
|