by@Sakura_Neko_UT
WA
502ms
module z;integer a,b,c,d,e,f,g,h,i,j,k,l,z;initial begin z=$scanf("%d%d%d%d%d%d%d%d%d%d%d%d",a,b,c,d,e,f,g,h,i,j,k,l);d-=a;e-=b;f-=c;g-=a;h-=b;i-=c;j-=a;k-=b;l-=c;$write((g*k*f+j*e*i+d*h*l-j*h*f-d*k*i-g*e*l)/6);end endmodule
55 24 24 63 85 07 33 80 73 55 93 84
/tmp/code: Program not runnable, 1 errors.
/volume/CODE:1: Error: System task/function $scanf() is not defined by any module.