/ Vijos /

记录详情

Accepted

/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 144ms 31.125 MiB
#2 Accepted 197ms 45.625 MiB
#3 Accepted 45ms 10.488 MiB
#4 Accepted 122ms 24.672 MiB
#5 Accepted 108ms 22.5 MiB
#6 Accepted 177ms 44.625 MiB
#7 Accepted 190ms 49.434 MiB
#8 Accepted 155ms 30.762 MiB
#9 Accepted 131ms 41.18 MiB
#10 Accepted 47ms 12.621 MiB

信息

递交者
类型
递交
题目
P1665 区间查询
语言
C++
递交时间
2018-07-21 18:28:37
评测时间
2018-07-21 18:28:37
评测机
分数
100
总耗时
1319ms
峰值内存
49.434 MiB