/in/foo.cc: In function 'int main()':
/in/foo.cc:24:46: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'll* {aka int*}' [-Wformat=]
scanf("%d%d%lld%lld%lld%d",&n,&m,&q,&u,&v,&t);
^
/in/foo.cc:24:46: warning: format '%lld' expects argument of type 'long long int*', but argument 5 has type 'll* {aka int*}' [-Wformat=]
/in/foo.cc:24:46: warning: format '%lld' expects argument of type 'long long int*', but argument 6 has type 'll* {aka int*}' [-Wformat=]
/in/foo.cc:26:23: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'll* {aka int*}' [-Wformat=]
scanf("%lld",&a[i].x);
^
/in/foo.cc:61:34: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'll {aka int}' [-Wformat=]
printf("%lld ",b[jb].x+c[jc].x);
^
/in/foo.cc:85:22: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'll {aka int}' [-Wformat=]
printf("%lld ",tmp);
^