$a = <>;
$s = <>;
$d = <>;
$b = <>;
$x = <>;
chomp ($a, $s, $d, $b, $x);
@farray=($a,$s,$d,$b,$x);

print (@farray);
print ("\n");

