Result

AC

Duration

1847ms

Code [DL]

Y=`dd`.split;X=Y.map_with_index{|e,i|e.to_i-Y[i%3].to_i};p (X[3]*X[7]*X[11]+X[4]*X[8]*X[9]+X[5]*X[6]*X[10]-X[3]*X[8]*X[10]-X[4]*X[6]*X[11]-X[5]*X[7]*X[9])/6

stdin

02 90 97
14 89 62
98 45 30
38 16 56

stdout

25510

stderr

0+1 records in
0+1 records out
36 bytes copied, 5.1509e-05 s, 699 kB/s

strace