/ fastle /

记录详情

Wrong Answer

/in/foo.cc: In function 'int read()':
/in/foo.cc:18:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(;isdigit(ch);ch=getchar())x=x*10+ch-'0';return x*f;
  ^~~
/in/foo.cc:18:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(;isdigit(ch);ch=getchar())x=x*10+ch-'0';return x*f;
                                              ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 7ms 22.309 MiB
#2 Accepted 7ms 24.305 MiB
#3 Accepted 7ms 24.305 MiB
#4 Accepted 7ms 22.312 MiB
#5 Accepted 18ms 26.918 MiB
#6 Accepted 19ms 26.918 MiB
#7 Accepted 19ms 24.449 MiB
#8 Accepted 19ms 30.34 MiB
#9 Wrong Answer 198ms 84.586 MiB
#10 Wrong Answer 196ms 84.793 MiB
#11 Wrong Answer 192ms 88.566 MiB
#12 Wrong Answer 187ms 86.012 MiB
#13 Wrong Answer 548ms 82.094 MiB
#14 Wrong Answer 527ms 84.738 MiB
#15 Wrong Answer 544ms 88.27 MiB
#16 Wrong Answer 551ms 81.137 MiB
#17 Wrong Answer 513ms 89.57 MiB
#18 Wrong Answer 534ms 83.699 MiB
#19 Wrong Answer 513ms 87.883 MiB
#20 Wrong Answer 518ms 80.57 MiB

信息

递交者
类型
递交
题目
P1002 双面间谍
语言
C++
递交时间
2019-03-20 15:50:25
评测时间
2019-03-20 15:50:25
评测机
分数
40
总耗时
5135ms
峰值内存
89.57 MiB