Result

AC

Duration

1849ms

Code [DL]

Y=`dd`.split.map(&.to_i);X=Y.map_with_index{|e,i|e-Y[i%3]};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

52 52 99
98 92 15
65 38 50
04 49 81

stdout

27999

stderr

0+1 records in
0+1 records out
36 bytes copied, 0.000104895 s, 343 kB/s

strace