Result

AC

Duration

489ms

Code [DL]

j,k,l,a,b,c,d,e,f,g,h,i=map(int,open("/dev/stdin").read().split())
a-=j
b-=k
c-=l
d-=j
e-=k
f-=l
g-=j
h-=k
i-=l
print((a*e*i+b*f*g+c*d*h-a*h*f-b*i*d-c*g*e)//6)

stdin

65 31 88
28 02 94
49 53 79
91 55 07

stdout

16096

stderr

strace