/ fastle /

记录详情

Wrong Answer

/in/foo.cc: In function 'long long 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 24.305 MiB
#2 Accepted 7ms 22.195 MiB
#3 Accepted 8ms 26.305 MiB
#4 Accepted 8ms 26.301 MiB
#5 Accepted 25ms 40.434 MiB
#6 Accepted 25ms 36.359 MiB
#7 Accepted 25ms 42.359 MiB
#8 Accepted 24ms 40.434 MiB
#9 Wrong Answer 304ms 226.191 MiB
#10 Wrong Answer 281ms 206.621 MiB
#11 Wrong Answer 364ms 214.645 MiB
#12 Wrong Answer 382ms 214.652 MiB
#13 Wrong Answer 826ms 208.684 MiB
#14 Wrong Answer 818ms 213.91 MiB
#15 Wrong Answer 755ms 218.242 MiB
#16 Wrong Answer 724ms 215.555 MiB
#17 Wrong Answer 675ms 210.07 MiB
#18 Wrong Answer 667ms 220.5 MiB
#19 Wrong Answer 699ms 209.977 MiB
#20 Wrong Answer 644ms 209.281 MiB

信息

递交者
类型
递交
题目
P1002 双面间谍
语言
C++
递交时间
2019-03-20 14:33:11
评测时间
2019-03-20 14:33:11
评测机
分数
40
总耗时
7278ms
峰值内存
226.191 MiB