/ fastle /

记录详情

Runtime Error

/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 8ms 24.301 MiB
#2 Accepted 8ms 24.207 MiB
#3 Accepted 9ms 24.426 MiB
#4 Accepted 8ms 24.301 MiB
#5 Accepted 24ms 40.355 MiB
#6 Accepted 25ms 40.445 MiB
#7 Accepted 24ms 38.367 MiB
#8 Accepted 25ms 40.434 MiB
#9 Wrong Answer 302ms 206.668 MiB
#10 Wrong Answer 271ms 215.754 MiB
#11 Wrong Answer 346ms 214.422 MiB
#12 Wrong Answer 371ms 217.637 MiB
#13 Runtime Error 0ms 128.0 KiB
#14 Runtime Error 0ms 128.0 KiB
#15 Wrong Answer 822ms 207.957 MiB
#16 Wrong Answer 817ms 212.066 MiB
#17 Wrong Answer 854ms 211.508 MiB
#18 Wrong Answer 927ms 212.758 MiB
#19 Runtime Error 0ms 208.0 KiB
#20 Runtime Error 0ms 128.0 KiB

信息

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