/in/foo.cc: In function 'int main()':
/in/foo.cc:23:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
scanf("%I64d", &a), que.push(a);
^
/in/foo.cc:34:61: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
else printf("%I64d%c", ans[t], ans[0] >= t * 2 ? ' ' : '\n');
^
/in/foo.cc:36:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
printf("%I64d ", ans[i*t]), f = 1;
^
/in/foo.cc:44:37: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%I64d", que.top() + cnt*q), f = 0;
^