by@yamayu832
WA
804ms
using System;class A{static void Main(){char[]c={' ','\n'};int[]a=Console.In.ReadToEnd().Trim().Split(c).Select(Int32.Parse).ToArray();for(int z=9;z-->0;)a[z]-=a[9+z%3];Console.Write((a[7]*(a[0]*a[5]-a[3]*a[2])+a[6]*(a[4]*a[2]-a[1]*a[5])+a[8]*(a[3]*a[1]-a[0]*a[4]))/6);}}
72 49 02 25 47 46 90 97 46 01 59 53
Compilation failed: 1 error(s), 0 warnings
/tmp/code.cs(1,106): error CS1061: Type `string[]' does not contain a definition for `Select' and no extension method `Select' of type `string[]' could be found. Are you missing `System.Linq' using directive? /usr/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous error) Cannot open assembly '/tmp/code.exe': No such file or directory. rm: can't remove '/tmp/code.exe': No such file or directory