Result

ERROR

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

40 80 41
38 77 83
76 30 04
72 96 55

stdout

stderr

strace