/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'void rd()':
/in/foo.cc:16:39: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
  scanf("%lld%lld%lld%lld",&n,&m,&k,&nn);
                                       ^
/in/foo.cc:16:39: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
/in/foo.cc:16:39: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'int*' [-Wformat=]
/in/foo.cc:16:39: warning: format '%lld' expects argument of type 'long long int*', but argument 5 has type 'int*' [-Wformat=]
/in/foo.cc:20:32: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
   scanf("%lld%lld%lld",&x,&y,&z);
                                ^
/in/foo.cc:20:32: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
/in/foo.cc:20:32: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'int*' [-Wformat=]
/in/foo.cc:30:32: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
   scanf("%lld%lld%lld",&x,&l,&r);
                                ^
/in/foo.cc:30:32: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
/in/foo.cc:30:32: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'int*' [-Wformat=]
/in/foo.cc: In function 'void dfs(int, int, int)':
/in/foo.cc:6:27: warning: integer overflow in expression [-Woverflow]
 #define INF (LL)0x3f3f3f3f*(LL)0x3f3f3f3f 
             ~~~~~~~~~~~~~~^~~~~~
/in/foo.cc:45:16: note: in expansion of macro 'INF'
   if(a[x][i] < INF)
                ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:27: warning: integer overflow in expression [-Woverflow]
 #define INF (LL)0x3f3f3f3f*(LL)0x3f3f3f3f 
             ~~~~~~~~~~~~~~^~~~~~
/in/foo.cc:70:9: note: in expansion of macro 'INF'
   las = INF;
         ^~~
/in/foo.cc:6:27: warning: integer overflow in expression [-Woverflow]
 #define INF (LL)0x3f3f3f3f*(LL)0x3f3f3f3f 
             ~~~~~~~~~~~~~~^~~~~~
/in/foo.cc:73:32: note: in expansion of macro 'INF'
    if((j&c[i]) != 0) f[i][j] = INF;
                                ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 6ms 3.98 MiB
#2 Wrong Answer 3ms 2.961 MiB
#3 Wrong Answer 4ms 2.742 MiB
#4 Wrong Answer 3ms 2.5 MiB
#5 Wrong Answer 4ms 3.699 MiB
#6 Wrong Answer 4ms 2.875 MiB
#7 Wrong Answer 3ms 2.375 MiB
#8 Wrong Answer 4ms 2.477 MiB
#9 Wrong Answer 5ms 4.125 MiB
#10 Wrong Answer 4ms 3.461 MiB

信息

递交者
类型
递交
题目
物流运输
语言
C++
递交时间
2018-09-19 14:38:28
评测时间
2018-09-19 14:38:28
评测机
分数
0
总耗时
43ms
峰值内存
4.125 MiB