Result

WA

Duration

777ms

Code [DL]

using System;using System.Linq;class A{static void Main(){char[]c={' ','\n'};int[]a=Console.In.ReadToEnd().Split(c).Take(12).Select(Int32.Parse).ToArray();int s=0,q=0;for(int z=8;z-->0;a[z%9]-=a[9+z%3],s+=a[z%3]*=a[p=3+(z+1)%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3]);Console.Write(s/6);}}

stdin

09 08 13
57 15 72
88 53 67
48 67 47

stdout

Compilation failed: 2 error(s), 0 warnings

stderr

/tmp/code.cs(1,216): error CS0103: The name `p' does not exist in the current context
/tmp/code.cs(1,253): error CS0103: The name `p' does not exist in the current context
Cannot open assembly '/tmp/code.exe': No such file or directory.
rm: can't remove '/tmp/code.exe': No such file or directory

strace