Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:88:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
printf("%d %I64d\n",ans1,ans2);
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:88:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
printf("%d %I64d\n",ans1,ans2);
^