/in/foo.cc: In function 'int main()':
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%d""%d""%d""%d""%d""%d""%d""%d""%d""%d""%d""%d""%d""%d""%d""%d""%d",&a,&b,&c,&d,&e,&f,&g,&h,&j,&k,&l,&m,&n,&o,&p,&q,&r);
^
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 6 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 7 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 8 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 9 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 10 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 11 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 12 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 13 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 14 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 15 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 16 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 17 has type 'long long int*' [-Wformat=]
/in/foo.cc:7:127: warning: format '%d' expects argument of type 'int*', but argument 18 has type 'long long int*' [-Wformat=]
/in/foo.cc:9:15: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%d",i);
^