/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void Prim()':
/in/foo.cc:24:6: warning: unused variable 'tot' [-Wunused-variable]
  int tot=0;
      ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:99:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if(b[1]>b[i]||b[i]>b[i-1])continue;int v=0;
      ^~
/in/foo.cc:99:41: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      if(b[1]>b[i]||b[i]>b[i-1])continue;int v=0;
                                         ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 2.359 MiB
#2 Accepted 3ms 2.359 MiB
#3 Accepted 2ms 4.34 MiB
#4 Accepted 4ms 4.25 MiB
#5 Wrong Answer 5ms 2.582 MiB
#6 Accepted 3ms 2.359 MiB
#7 Wrong Answer 7ms 5.086 MiB
#8 Wrong Answer 16ms 7.5 MiB
#9 Wrong Answer 31ms 9.73 MiB
#10 Wrong Answer 5ms 2.855 MiB

信息

递交者
类型
递交
题目
P1422 教主的难题
语言
C++
递交时间
2018-09-29 14:21:01
评测时间
2018-09-29 14:21:01
评测机
分数
50
总耗时
83ms
峰值内存
9.73 MiB