by@yamayu832
WA
598ms
using System; System.String s; for(int i=4;i>0;i--){ s+=Console.ReadLine() + " "; } int[] a=s.Split(' ').Take(12).Select(Int32.Parse).ToArray(); foreach(int z in Enumerable.Range(0,8)){a[z]-=a[9+z%3];} Console.Write(-(a[7]*(a[3]*a[2]-a[0]*a[5])+a[6]*(a[1]*a[5]-a[4]*a[2])+a[8]*(a[0]*a[4]-a[3]*a[1]))/6);
06 85 54 06 81 77 99 06 14 68 63 55
Compilation failed: 1 error(s), 0 warnings
/tmp/code.cs(2,0): error CS1525: Unexpected symbol `System' Cannot open assembly '/tmp/code.exe': No such file or directory. rm: can't remove '/tmp/code.exe': No such file or directory