/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void segins(int&, int, int, int, int)':
/in/foo.cc:36:15: warning: capture of variable 'tot' with non-automatic storage duration
         i = [&tot]() {
               ^~~
/in/foo.cc:12:5: note: 'int tot' declared here
 int tot, n, m, xsiz;
     ^~~
/in/foo.cc:43:17: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
     int mid = l + r >> 1;
               ~~^~~
/in/foo.cc: In function 'int bitask(int, int, int)':
/in/foo.cc:78:21: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
         int mid = l + r >> 1, tmp = getleft();
                   ~~^~~
# 状态 耗时 内存占用
#1 Accepted 65ms 32.688 MiB
#2 Runtime Error 63ms 35.75 MiB
#3 Accepted 12ms 10.367 MiB
#4 Accepted 68ms 24.555 MiB
#5 Accepted 46ms 26.539 MiB
#6 Runtime Error 76ms 36.699 MiB
#7 Runtime Error 77ms 36.859 MiB
#8 Accepted 85ms 30.664 MiB
#9 Runtime Error 72ms 37.5 MiB
#10 Accepted 22ms 14.613 MiB

信息

递交者
类型
递交
题目
P1665 区间查询
语言
C++
递交时间
2017-07-01 13:36:05
评测时间
2017-07-01 13:36:43
评测机
分数
60
总耗时
591ms
峰值内存
37.5 MiB