Result

WA

Duration

477ms

Code [DL]

read j k l
read a b c
read d e f
read g h i
echo $[(a-=j)*(e-=k)*(i-=l)+(b-=k)*(f-=l)*(g-=j)+(c-=l)*(d-=j)*(h-=k)-a*h*f-b*i*d-c*g*e)/6]

stdin

52 45 46
82 67 41
75 09 01
03 53 51

stdout

stderr

/volume/CODE: line 5: 09: value too great for base (error token is "09")

strace