Result

WA

Duration

485ms

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

34 88 07
51 67 05
61 67 67
03 84 24

stdout

stderr

/volume/CODE: line 5: (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: syntax error in expression (error token is ")/6")

strace