/ fastle /

记录详情

Accepted

/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 24.305 MiB
#2 Accepted 7ms 24.301 MiB
#3 Accepted 7ms 22.316 MiB
#4 Accepted 8ms 24.309 MiB
#5 Accepted 18ms 24.863 MiB
#6 Accepted 20ms 24.426 MiB
#7 Accepted 18ms 24.879 MiB
#8 Accepted 18ms 24.504 MiB
#9 Accepted 193ms 80.539 MiB
#10 Accepted 186ms 84.414 MiB
#11 Accepted 185ms 79.105 MiB
#12 Accepted 188ms 83.176 MiB
#13 Accepted 556ms 81.312 MiB
#14 Accepted 517ms 81.527 MiB
#15 Accepted 517ms 87.496 MiB
#16 Accepted 571ms 81.762 MiB
#17 Accepted 542ms 85.91 MiB
#18 Accepted 549ms 81.113 MiB
#19 Accepted 552ms 87.859 MiB
#20 Accepted 592ms 80.762 MiB

信息

递交者
类型
递交
题目
P1002 双面间谍
语言
C++
递交时间
2019-03-20 15:53:12
评测时间
2019-03-20 15:53:12
评测机
分数
100
总耗时
5260ms
峰值内存
87.859 MiB