Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:19:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::size_t {aka long unsigned int}' [-Wformat=]
printf("%d\n",dp[n].count());
^