foo.cc: In function 'int main()':
foo.cc:8:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
    8 |                 scanf("%d,%d",&a,&b);
      |                        ~^     ~~
      |                         |     |
      |                         int*  long long int*
      |                        %lld
foo.cc:8:28: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
    8 |                 scanf("%d,%d",&a,&b);
      |                           ~^     ~~
      |                            |     |
      |                            int*  long long int*
      |                           %lld
foo.cc:14:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   14 |         printf("%d,%d\n%d,%d",xx-1,zy-1,sx+1,yy+1);
      |                 ~^            ~~~~
      |                  |              |
      |                  int            long long int
      |                 %lld
foo.cc:14:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
   14 |         printf("%d,%d\n%d,%d",xx-1,zy-1,sx+1,yy+1);
      |                    ~^              ~~~~
      |                     |                |
      |                     int              long long int
      |                    %lld
foo.cc:14:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=]
   14 |         printf("%d,%d\n%d,%d",xx-1,zy-1,sx+1,yy+1);
      |                        ~^               ~~~~
      |                         |                 |
      |                         int               long long int
      |                        %lld
foo.cc:14:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=]
   14 |         printf("%d,%d\n%d,%d",xx-1,zy-1,sx+1,yy+1);
      |                           ~^                 ~~~~
      |                            |                   |
      |                            int                 long long int
      |                           %lld
   
  
    正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务