Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:82:32: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
return printf("%I64d\n",ans),0;
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:82:32: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
return printf("%I64d\n",ans),0;
^