Result

WA

Duration

523ms

Code [DL]

Y=`dd`.split;r,_,_,a,b,c,d,e,f,g,h,i=Y.map{|e|i+=1;e.to_i-Y[i%3].to_i};p (a*e*i+b*f*g+c*d*h-a*h*f-b*i*d-c*g*e)/6

stdin

43 22 09
72 39 84
74 33 02
89 74 27

stdout

stderr

Syntax error in /volume/CODE:1: can't use variable name 'i' inside assignment to variable 'i'

Y=`dd`.split;r,_,_,a,b,c,d,e,f,g,h,i=Y.map{|e|i+=1;e.to_i-Y[i%3].to_i};p (a*e*i+b*f*g+c*d*h-a*h*f-b*i*d-c*g*e)/6
                                              ^

strace