/ Vijos /

记录详情

Accepted

/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:102: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:102: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 3ms 368.0 KiB
#2 Accepted 5ms 2.25 MiB
#3 Accepted 3ms 2.352 MiB
#4 Accepted 4ms 2.25 MiB
#5 Accepted 5ms 2.602 MiB
#6 Accepted 4ms 2.363 MiB
#7 Accepted 9ms 3.25 MiB
#8 Accepted 27ms 6.625 MiB
#9 Accepted 38ms 8.598 MiB
#10 Accepted 8ms 4.609 MiB

信息

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