Result

WA

Duration

488ms

Code [DL]

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

stdin

34 04 62
79 76 68
53 02 92
55 18 09

stdout

stderr

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

strace