Result

AC

Duration

473ms

Code [DL]

X={0,0}
X[0]=0
i=0
c=1
while c do
c=io.read("*n")
if c then
X[i]=c-X[i%3]
i=i+1
end end
print((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

58 34 67
13 40 46
43 50 93
94 74 02

stdout

19677

stderr

strace