记录详情

Wrong Answer

/in/foo.cc: In function 'int lca::main()':
/in/foo.cc:131:2: warning: no return statement in function returning non-void [-Wreturn-type]
  }
  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:136:7: warning: unused variable 'flag' [-Wunused-variable]
  bool flag = true;
       ^~~~
/in/foo.cc: In function 'void lca::erase(int)':
/in/foo.cc:98:10: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int l, r;
          ^
# 状态 耗时 内存占用
#1 Accepted 2ms 364.0 KiB
#2 Accepted 2ms 444.0 KiB
#3 Accepted 2ms 484.0 KiB
#4 Accepted 9ms 2.215 MiB
#5 Accepted 19ms 2.324 MiB
#6 Wrong Answer 100ms 6.051 MiB
#7 Wrong Answer 135ms 10.809 MiB
#8 Wrong Answer 146ms 11.785 MiB
#9 Wrong Answer 107ms 6.992 MiB
#10 Wrong Answer 98ms 10.859 MiB

信息

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