/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:52:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   52 |         scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
      |                ~^            ~~
      |                 |            |
      |                 int*         long long int*
      |                %lld
foo.cc:52:19: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
   52 |         scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
      |                  ~^             ~~
      |                   |             |
      |                   int*          long long int*
      |                  %lld
foo.cc:52:21: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
   52 |         scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
      |                    ~^              ~~
      |                     |              |
      |                     int*           long long int*
      |                    %lld
foo.cc:52:23: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'long long int*' [-Wformat=]
   52 |         scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
      |                      ~^               ~~
      |                       |               |
      |                       int*            long long int*
      |                      %lld
foo.cc:52:25: warning: format '%d' expects argument of type 'int*', but argument 6 has type 'long long int*' [-Wformat=]
   52 |         scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
      |                        ~^                ~~
      |                         |                |
      |                         int*             long long int*
      |                        %lld
foo.cc:52:27: warning: format '%d' expects argument of type 'int*', but argument 7 has type 'long long int*' [-Wformat=]
   52 |         scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
      |                          ~^                 ~~
      |                           |                 |
      |                           int*              long long int*
      |                          %lld
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 412.0 KiB
#2 Accepted 5ms 412.0 KiB
#3 Accepted 83ms 2.52 MiB
#4 Accepted 4ms 332.0 KiB
#5 Accepted 5ms 412.0 KiB
#6 Accepted 5ms 412.0 KiB
#7 Accepted 5ms 412.0 KiB
#8 Accepted 65ms 2.5 MiB
#9 Accepted 101ms 3.77 MiB
#10 Accepted 245ms 19.156 MiB
#11 Accepted 257ms 23.215 MiB
#12 Accepted 345ms 31.301 MiB
#13 Accepted 475ms 43.312 MiB
#14 Accepted 500ms 59.5 MiB
#15 Accepted 34ms 2.77 MiB
#16 Accepted 85ms 3.895 MiB
#17 Accepted 94ms 3.59 MiB
#18 Accepted 94ms 5.898 MiB
#19 Accepted 326ms 31.969 MiB
#20 Accepted 543ms 59.91 MiB

信息

递交者
类型
递交
题目
P2007 蚯蚓
语言
C++
递交时间
2023-12-31 11:13:46
评测时间
2023-12-31 11:13:46
评测机
分数
100
总耗时
3285ms
峰值内存
59.91 MiB