/in/foo.cc: In function 'int main()':
/in/foo.cc:13:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%I64d",&p1[a-i+1]);
^
/in/foo.cc:15:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%I64d",&p2[b-i+1]);
^
/in/foo.cc:17:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%I64d",&p3[c-j+1]);
^
/in/foo.cc:32:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%I64d\n",f[a][b][c]);
^