# Solve 12x + 15y + 16z = 281 $_ = 'o' x 281; m/^(o*)\1{11}(o*)\2{14}(o*)\3{15}$/; print length($1),"\t", length($2),"\t", length($3),"\n";