by@_gacin
AC
540ms
z=12;a[12];s,q;main(p){for(;z--;a[z<9?z:0]-=a[9+z%3],s+=a[z<3?z:0]*=a[p=3+-~z%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3])scanf("%d",a+z);printf("%d",s/6);}
86 05 02 18 23 49 51 26 95 48 65 22
39779
/tmp/code.c:1:1: warning: data definition has no type or storage class z=12;a[12];s,q;main(p){for(;z--;a[z<9?z:0]-=a[9+z%3],s+=a[z<3?z:0]*=a[p=3+-~z%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3])scanf("%d",a+z);printf("%d",s/6);} ^ /tmp/code.c:1:1: warning: type defaults to 'int' in declaration of 'z' [-Wimplicit-int] /tmp/code.c:1:6: warning: data definition has no type or storage class z=12;a[12];s,q;main(p){for(;z--;a[z<9?z:0]-=a[9+z%3],s+=a[z<3?z:0]*=a[p=3+-~z%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3])scanf("%d",a+z);printf("%d",s/6);} ^ /tmp/code.c:1:6: warning: type defaults to 'int' in declaration of 'a' [-Wimplicit-int] /tmp/code.c:1:12: warning: data definition has no type or storage class z=12;a[12];s,q;main(p){for(;z--;a[z<9?z:0]-=a[9+z%3],s+=a[z<3?z:0]*=a[p=3+-~z%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3])scanf("%d",a+z);printf("%d",s/6);} ^ /tmp/code.c:1:12: warning: type defaults to 'int' in declaration of 's' [-Wimplicit-int] /tmp/code.c:1:14: warning: type defaults to 'int' in declaration of 'q' [-Wimplicit-int] z=12;a[12];s,q;main(p){for(;z--;a[z<9?z:0]-=a[9+z%3],s+=a[z<3?z:0]*=a[p=3+-~z%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3])scanf("%d",a+z);printf("%d",s/6);} ^ /tmp/code.c:1:16: warning: return type defaults to 'int' [-Wimplicit-int] z=12;a[12];s,q;main(p){for(;z--;a[z<9?z:0]-=a[9+z%3],s+=a[z<3?z:0]*=a[p=3+-~z%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3])scanf("%d",a+z);printf("%d",s/6);} ^~~~ /tmp/code.c: In function 'main': /tmp/code.c:1:16: warning: type of 'p' defaults to 'int' [-Wimplicit-int] /tmp/code.c:1:72: warning: operation on 'p' may be undefined [-Wsequence-point] z=12;a[12];s,q;main(p){for(;z--;a[z<9?z:0]-=a[9+z%3],s+=a[z<3?z:0]*=a[p=3+-~z%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3])scanf("%d",a+z);printf("%d",s/6);} ~^~~~~~~~ /tmp/code.c:1:85: warning: operation on 'q' may be undefined [-Wsequence-point] z=12;a[12];s,q;main(p){for(;z--;a[z<9?z:0]-=a[9+z%3],s+=a[z<3?z:0]*=a[p=3+-~z%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3])scanf("%d",a+z);printf("%d",s/6);} ~^~~~~~~~~~ /tmp/code.c:1:111: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration] z=12;a[12];s,q;main(p){for(;z--;a[z<9?z:0]-=a[9+z%3],s+=a[z<3?z:0]*=a[p=3+-~z%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3])scanf("%d",a+z);printf("%d",s/6);} ^~~~~ /tmp/code.c:1:111: warning: incompatible implicit declaration of built-in function 'scanf' /tmp/code.c:1:111: note: include '<stdio.h>' or provide a declaration of 'scanf' /tmp/code.c:1:127: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] z=12;a[12];s,q;main(p){for(;z--;a[z<9?z:0]-=a[9+z%3],s+=a[z<3?z:0]*=a[p=3+-~z%3]*a[q=6+(z+2)%3]-a[q-3]*a[p+3])scanf("%d",a+z);printf("%d",s/6);} ^~~~~~ /tmp/code.c:1:127: warning: incompatible implicit declaration of built-in function 'printf' /tmp/code.c:1:127: note: include '<stdio.h>' or provide a declaration of 'printf'