Result

WA

Duration

540ms

Code [DL]

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

stdin

08 27 70
17 45 40
05 52 93
80 10 21

stdout

stderr

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

strace