/in/foo.cc: In function 'void work(int)':
/in/foo.cc:28:15: warning: unused variable 's' [-Wunused-variable]
long long s=0; int num=1000000008;
^
/in/foo.cc:28:24: warning: unused variable 'num' [-Wunused-variable]
long long s=0; int num=1000000008;
^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:108:55: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
printf("%d\n%I64d\n",dp[l[1]][0][1],f[l[1]][0][1]);
^
/in/foo.cc:111:58: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
printf("%d\n%I64d\n",1+dp[l[1]][1][0],f[l[1]][1][0]);
^
/in/foo.cc:113:77: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
printf("%d\n%I64d\n",1+dp[l[1]][1][0],(f[l[1]][0][1]+f[l[1]][1][0])%mo);
^