/ fastle /

记录详情

Accepted

/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 9ms 30.332 MiB
#2 Accepted 9ms 30.305 MiB
#3 Accepted 8ms 26.301 MiB
#4 Accepted 9ms 26.398 MiB
#5 Accepted 24ms 32.449 MiB
#6 Accepted 25ms 42.367 MiB
#7 Accepted 25ms 34.445 MiB
#8 Accepted 27ms 46.367 MiB
#9 Accepted 275ms 131.348 MiB
#10 Accepted 276ms 124.035 MiB
#11 Accepted 294ms 131.703 MiB
#12 Accepted 309ms 137.262 MiB
#13 Accepted 715ms 128.809 MiB
#14 Accepted 819ms 131.148 MiB
#15 Accepted 619ms 137.734 MiB
#16 Accepted 828ms 124.457 MiB
#17 Accepted 600ms 137.406 MiB
#18 Accepted 714ms 137.82 MiB
#19 Accepted 691ms 131.105 MiB
#20 Accepted 637ms 139.473 MiB

信息

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