记录详情

Wrong Answer

/in/foo.cc: In function 'int lca::main()':
/in/foo.cc:133:2: warning: no return statement in function returning non-void [-Wreturn-type]
  }
  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:138:7: warning: unused variable 'flag' [-Wunused-variable]
  bool flag = true;
       ^~~~
/in/foo.cc: In function 'void lca::erase(int)':
/in/foo.cc:100:10: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int l, r;
          ^
# 状态 耗时 内存占用
#1 Accepted 2ms 4.211 MiB
#2 Accepted 2ms 6.219 MiB
#3 Accepted 2ms 6.219 MiB
#4 Accepted 7ms 7.277 MiB
#5 Accepted 13ms 6.57 MiB
#6 Wrong Answer 66ms 8.0 MiB
#7 Wrong Answer 84ms 9.59 MiB
#8 Wrong Answer 90ms 10.562 MiB
#9 Wrong Answer 71ms 9.074 MiB
#10 Wrong Answer 74ms 9.965 MiB

信息

递交者
类型
递交
题目
P1008 异象石
语言
C++
递交时间
2019-08-18 18:42:31
评测时间
2019-08-18 18:42:31
评测机
分数
50
总耗时
415ms
峰值内存
10.562 MiB