/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void dfssolve(int, int)':
/in/foo.cc:78:25: warning: integer overflow in expression [-Woverflow]
   long long ac=(1ll<<63)-1;
                ~~~~~~~~~^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:103:18: warning: integer overflow in expression [-Woverflow]
   dp[i]=(1ll<<63)-1;
         ~~~~~~~~~^~
# 状态 耗时 内存占用
#1 Accepted 6ms 14.375 MiB
#2 Accepted 10ms 14.652 MiB
#3 Accepted 9ms 16.324 MiB
#4 Runtime Error 121ms 24.676 MiB
#5 Runtime Error 149ms 24.496 MiB
#6 Accepted 389ms 24.359 MiB
#7 Accepted 380ms 26.359 MiB
#8 Accepted 359ms 26.434 MiB
#9 Accepted 392ms 24.457 MiB
#10 Accepted 397ms 26.305 MiB

信息

递交者
类型
递交
题目
P1868 购票
语言
C++
递交时间
2017-04-28 10:15:21
评测时间
2017-04-28 10:15:21
评测机
分数
80
总耗时
2217ms
峰值内存
26.434 MiB