/ new_bzoj /

记录详情

Runtime Error

/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 Runtime Error 7ms 3.859 MiB
#2 Runtime Error 18ms 3.242 MiB
#3 Runtime Error 6ms 4.0 MiB
#4 Runtime Error 4ms 3.113 MiB
#5 Runtime Error 4ms 4.113 MiB
#6 Runtime Error 8ms 3.5 MiB
#7 Runtime Error 16ms 3.875 MiB
#8 Runtime Error 9ms 3.242 MiB
#9 Runtime Error 4ms 3.453 MiB
#10 Runtime Error 5ms 3.363 MiB

信息

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