/ 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 66ms 32.523 MiB
#2 Runtime Error 77ms 36.23 MiB
#3 Accepted 13ms 10.375 MiB
#4 Accepted 63ms 28.633 MiB
#5 Accepted 43ms 24.57 MiB
#6 Runtime Error 78ms 36.5 MiB
#7 Runtime Error 75ms 36.234 MiB
#8 Accepted 74ms 30.641 MiB
#9 Runtime Error 70ms 36.461 MiB
#10 Accepted 26ms 12.578 MiB

信息

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