/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:30:43: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
   maxi[i][j]=max(maxi[i][j-1],maxi[i+(1<<j-1)][j-1]);
                                          ~^~
/in/foo.cc:31:43: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
   mini[i][j]=min(mini[i][j-1],mini[i+(1<<j-1)][j-1]);
                                          ~^~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1003ms ≥2.223 MiB
#2 Time Exceeded ≥1001ms ≥2.211 MiB
#3 Time Exceeded ≥1006ms ≥6.992 MiB
#4 Runtime Error 16ms 8.391 MiB
#5 Runtime Error 17ms 8.465 MiB
#6 Runtime Error 15ms 8.488 MiB
#7 Runtime Error 16ms 8.398 MiB
#8 Runtime Error 16ms 8.387 MiB
#9 Runtime Error 11ms 8.379 MiB
#10 Runtime Error 11ms 8.457 MiB

信息

递交者
类型
递交
题目
P1548 奶牛排队
语言
C++
递交时间
2020-07-10 19:44:52
评测时间
2020-07-10 19:44:52
评测机
分数
0
总耗时
3117ms
峰值内存
8.488 MiB