/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'long long int read()':
/in/foo.cc:13:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(c>='0'&&c<='9') x=x*10+c-48,c=getchar();return x*f;
  ^~~~~
/in/foo.cc:13:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(c>='0'&&c<='9') x=x*10+c-48,c=getchar();return x*f;
                                                ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 2.25 MiB
#2 Wrong Answer 57ms 4.301 MiB
#3 Wrong Answer 54ms 2.301 MiB
#4 Wrong Answer 7ms 2.348 MiB
#5 Wrong Answer 6ms 2.277 MiB
#6 Wrong Answer 23ms 2.48 MiB
#7 Wrong Answer 24ms 2.453 MiB
#8 Wrong Answer 33ms 2.324 MiB
#9 Wrong Answer 25ms 2.359 MiB
#10 Wrong Answer 43ms 2.375 MiB

信息

递交者
类型
递交
题目
最长上升子序列
语言
C++
递交时间
2017-11-09 14:08:14
评测时间
2017-11-09 14:08:14
评测机
分数
0
总耗时
281ms
峰值内存
4.301 MiB