foo.cc: In function 'int main()':
foo.cc:15:19: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type '__int128*' [-Wformat=]
   15 |         scanf("%lld %lld",&m,&k);
      |                ~~~^       ~~
      |                   |       |
      |                   |       __int128*
      |                   long long int*
foo.cc:15:24: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type '__int128*' [-Wformat=]
   15 |         scanf("%lld %lld",&m,&k);
      |                     ~~~^     ~~
      |                        |     |
      |                        |     __int128*
      |                        long long int*
foo.cc:16:20: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type '__int128' [-Wformat=]
   16 |         printf("%lld\n",sol(k-1,m,k)+1);
      |                 ~~~^    ~~~~~~~~~~~~~~
      |                    |                |
      |                    long long int    __int128
foo.cc:13:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   13 |     scanf("%d",&T);
      |     ~~~~~^~~~~~~~~
foo.cc:15:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   15 |         scanf("%lld %lld",&m,&k);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~
   
  
    正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务