Result

AC

Duration

495ms

Code [DL]

<?php
[$a,$b,$c]=explode(" ",fgets(STDIN));
[$d,$e,$f]=explode(" ",fgets(STDIN));
[$g,$h,$i]=explode(" ",fgets(STDIN));
[$j,$k,$l]=explode(" ",fgets(STDIN));
$g-=$a;$h-=$b;$i-=$c;$j-=$a;$k-=$b;$l-=$c;
echo (($e-$b)*($i*$j-$g*$l)+($f-$c)*($g*$k-$h*$j)+($d-$a)*($h*$l-$i*$k))/6;

stdin

92 57 05
26 72 93
50 48 70
54 98 65

stdout

5108

stderr

PHP Notice:  A non well formed numeric value encountered in /volume/CODE on line 6
PHP Notice:  A non well formed numeric value encountered in /volume/CODE on line 6
PHP Notice:  A non well formed numeric value encountered in /volume/CODE on line 6
PHP Notice:  A non well formed numeric value encountered in /volume/CODE on line 6
PHP Notice:  A non well formed numeric value encountered in /volume/CODE on line 7
PHP Notice:  A non well formed numeric value encountered in /volume/CODE on line 7

strace