/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int get(int)':
/in/foo.cc:23:10: warning: operation on 'l' may be undefined [-Wsequence-point]
  else f[l=Find(1,len,a[i])]=min(f[l],a[i]);return len;
         ~^~~~~~~~~~~~~~~~~
/in/foo.cc:23:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  else f[l=Find(1,len,a[i])]=min(f[l],a[i]);return len;
  ^~~~
/in/foo.cc:23:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
  else f[l=Find(1,len,a[i])]=min(f[l],a[i]);return len;
                                            ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 17ms 2.172 MiB
#2 Accepted 4ms 1.445 MiB
#3 Accepted 2ms 1.336 MiB
#4 Accepted 2ms 1.336 MiB
#5 Accepted 2ms 1.336 MiB
#6 Accepted 3ms 1.461 MiB
#7 Accepted 3ms 1.336 MiB
#8 Accepted 45ms 1.824 MiB
#9 Accepted 7ms 1.453 MiB
#10 Accepted 36ms 1.797 MiB

信息

递交者
类型
递交
题目
P1369 难解的问题
语言
C++
递交时间
2019-10-01 09:57:11
评测时间
2019-10-01 09:57:11
评测机
分数
90
总耗时
126ms
峰值内存
2.172 MiB