/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void build(int, int, int)':
/in/foo.cc:25:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int m = l + r >> 1;
          ~~^~~
/in/foo.cc: In function 'void update(int, int, int, int, int)':
/in/foo.cc:35:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int m = l + r >> 1;
          ~~^~~
/in/foo.cc: In function 'node query(int, int, int, int, int)':
/in/foo.cc:43:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int m = l + r >> 1, max1;
          ~~^~~
/in/foo.cc:43:22: warning: unused variable 'max1' [-Wunused-variable]
  int m = l + r >> 1, max1;
                      ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:56:9: warning: unused variable 'j' [-Wunused-variable]
  int i, j, n, m, o, a, b, c;
         ^
/in/foo.cc:56:27: warning: unused variable 'c' [-Wunused-variable]
  int i, j, n, m, o, a, b, c;
                           ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 272.0 KiB
#2 Wrong Answer 6ms 488.0 KiB
#3 Wrong Answer 17ms 1.211 MiB
#4 Wrong Answer 14ms 2.867 MiB
#5 Wrong Answer 67ms 4.246 MiB
#6 Runtime Error 1ms 264.0 KiB
#7 Runtime Error 1ms 260.0 KiB
#8 Runtime Error 1ms 260.0 KiB
#9 Runtime Error 1ms 268.0 KiB
#10 Runtime Error 1ms 272.0 KiB

信息

递交者
类型
递交
题目
P1083 小白逛公园
语言
C++
递交时间
2019-08-02 00:17:54
评测时间
2019-08-02 00:17:54
评测机
分数
0
总耗时
115ms
峰值内存
4.246 MiB