Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:26:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
if (d==0) { printf("%d\n",n);return 0; }
^