Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:16:18: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
scanf("%lld",&q);
~~^
/in/foo.cc: In function 'int main()':
/in/foo.cc:16:18: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
scanf("%lld",&q);
~~^