use strict; use warnings; use utf8; my $input = ; chomp $input; my $branch = $input - 1; my $num_of_tree = $input - 1; $branch = $branch * $num_of_tree; print $branch;