11 lines
205 B
Perl
11 lines
205 B
Perl
|
|
parse_and_solve(<DATA>);
|
||
|
|
|
||
|
|
__DATA__
|
||
|
|
Baker not on top
|
||
|
|
Cooper not on bottom
|
||
|
|
Fletcher not on top
|
||
|
|
Fletcher not on bottom
|
||
|
|
Miller higher than Cooper
|
||
|
|
Smith not adjacent to Fletcher
|
||
|
|
Fletcher not adjacent to Cooper
|