$input=explode(' ',trim(fgets(STDIN))); //提出用 $a=intval($input[0]); $b=intval($input[1]); echo $a; echo $b;