记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:85:15: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
         printf("%d\n", query(1, l, r, f));
         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:85:15: warning: 'l' may be used uninitialized in this function [-Wmaybe-uninitialized]
/in/foo.cc:85:15: warning: 'f' may be used uninitialized in this function [-Wmaybe-uninitialized]
/in/foo.cc:75:15: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
         Mi[i] = y;
         ~~~~~~^~~
/in/foo.cc:74:15: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
         Ma[i] = x;
         ~~~~~~^~~
# 状态 耗时 内存占用
#1 Accepted 92ms 8.625 MiB
#2 Accepted 95ms 9.805 MiB
#3 Accepted 855ms 8.988 MiB
#4 Accepted 96ms 13.43 MiB
#5 Accepted 638ms 8.926 MiB
#6 Accepted 850ms 8.492 MiB
#7 Accepted 818ms 43.246 MiB
#8 Accepted 795ms 41.051 MiB
#9 Accepted 743ms 43.023 MiB
#10 Accepted 799ms 41.176 MiB

信息

递交者
类型
递交
题目
好奇的小明
比赛
ACM模拟赛2
语言
C++
递交时间
2017-08-25 17:58:47
评测时间
2017-08-25 17:58:47
评测机
分数
100
总耗时
5786ms
峰值内存
43.246 MiB