/in/foo.cc: In function 'void dfs(long long int, long long int, long long int)':
/in/foo.cc:34:53: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%I64d %I64d %I64d %I64d\n",i,ans,st,k);
^
/in/foo.cc:34:53: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
/in/foo.cc:34:53: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=]
/in/foo.cc:34:53: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=]
/in/foo.cc: In function 'int main()':
/in/foo.cc:46:26: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%I64d%I64d",&a,&b);
^
/in/foo.cc:46:26: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:50:27: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
printf("%I64d\n%I64d",1,b);
^
/in/foo.cc:61:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%I64d ",print[i]);
^