/ 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 58ms 30.816 MiB
#2 Accepted 99ms 43.176 MiB
#3 Accepted 15ms 8.75 MiB
#4 Accepted 68ms 24.586 MiB
#5 Accepted 56ms 22.625 MiB
#6 Accepted 102ms 46.598 MiB
#7 Accepted 99ms 50.648 MiB
#8 Accepted 76ms 29.168 MiB
#9 Accepted 93ms 42.875 MiB
#10 Accepted 26ms 14.609 MiB

信息

递交者
类型
递交
题目
P1665 区间查询
语言
C++
递交时间
2017-07-01 13:41:47
评测时间
2017-07-01 13:41:47
评测机
分数
100
总耗时
696ms
峰值内存
50.648 MiB