fork download
  1. <?php echo "<br><h4>Задание 2:</h4><br>;
  2. $x=($a+$b)*$a;
  3. if ($a==$b) $y=$x/($a*$b);
  4. else $y=$x*$x*($a-$b);
  5. if ($y<=2) $z=$x/$y;
  6. else $z=$a*$b/($x*$y);
  7. echo 'x=', $x;
  8. echo 'y=', $y;
  9. echo 'z=', $z;
  10. ?>
Runtime error #stdin #stdout #stderr 0.01s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected end of file in /home/S6G9No/prog.php on line 10