记录详情

Wrong Answer

/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:20:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
  ^~~~~
/in/foo.cc:20:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
                                    ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 78ms 78.672 MiB
#2 Wrong Answer 79ms 78.75 MiB
#3 Wrong Answer 297ms 78.754 MiB
#4 Wrong Answer 80ms 85.727 MiB
#5 Wrong Answer 292ms 87.926 MiB
#6 Wrong Answer 299ms 88.047 MiB
#7 Wrong Answer 487ms 158.125 MiB
#8 Wrong Answer 484ms 158.426 MiB
#9 Wrong Answer 451ms 159.227 MiB
#10 Wrong Answer 478ms 158.629 MiB

信息

递交者
类型
递交
题目
好奇的小明
语言
C++
递交时间
2017-08-25 21:47:07
评测时间
2017-08-25 21:47:07
评测机
分数
0
总耗时
3029ms
峰值内存
159.227 MiB