1
2
for($c=2*fgets(STDIN);$i++<$c;)echo str_repeat('*',($i>$c/2)?$c-$i:$i)."
";