?php $n = trim(fgets(STDIN)); $a = explode(" ",trim(fgets(STDIN))); $count = 0; echo $a; ?>