TOPIC

wrong answer(100%)

rafaelpvs asked 2 years ago

<?php for($i = 0 ; $i <10 ; $i++) { $ar[$i]= fgets(STDIN); if($ar[$i] == 0){ $ar[$i] = 1; } } for($i = 0 ; $i <10 ; $i++) { echo "X[".$i."]= ".$ar[$i].""; }

?>

This topic has not been answered yet. Be the first!

Remember not post solutions. Your post may be reviewed by our moderators.