记录详情

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 77ms 85.375 MiB
#2 Wrong Answer 83ms 85.625 MiB
#3 Wrong Answer 265ms 79.0 MiB
#4 Wrong Answer 75ms 85.672 MiB
#5 Wrong Answer 268ms 88.0 MiB
#6 Wrong Answer 274ms 85.418 MiB
#7 Wrong Answer 493ms 158.797 MiB
#8 Wrong Answer 476ms 155.797 MiB
#9 Wrong Answer 430ms 159.168 MiB
#10 Wrong Answer 441ms 155.562 MiB

信息

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