Compile Error

foo.cc: In function 'int main()':
foo.cc:11:18: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'll*' {aka 'long long int*'} [-Wformat=]
   11 |         scanf("%ld",&t);
      |                ~~^  ~~
      |                  |  |
      |                  |  ll* {aka long long int*}
      |                  long int*
      |                %lld
foo.cc:17:18: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'll*' {aka 'long long int*'} [-Wformat=]
   17 |         scanf("%ld%ld",&x,&y);
      |                ~~^     ~~
      |                  |     |
      |                  |     ll* {aka long long int*}
      |                  long int*
      |                %lld
foo.cc:17:21: warning: format '%ld' expects argument of type 'long int*', but argument 3 has type 'll*' {aka 'long long int*'} [-Wformat=]
   17 |         scanf("%ld%ld",&x,&y);
      |                   ~~^     ~~
      |                     |     |
      |                     |     ll* {aka long long int*}
      |                     long int*
      |                   %lld
foo.cc:18:19: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'll' {aka 'long long int'} [-Wformat=]
   18 |         printf("%ld\n",a[y]-a[x-1])
      |                 ~~^    ~~~~~~~~~~~
      |                   |        |
      |                   long int ll {aka long long int}
      |                 %lld
foo.cc:18:36: error: expected ';' before '}' token
   18 |         printf("%ld\n",a[y]-a[x-1])
      |                                    ^
      |                                    ;
   19 |     }
      |     ~                               
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1216 偷拍硕哥7
语言
C++
递交时间
2023-07-20 20:09:42
评测时间
2023-07-20 20:09:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes