/ 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 7ms 26.301 MiB
#2 Accepted 7ms 26.301 MiB
#3 Accepted 9ms 28.301 MiB
#4 Runtime Error 0ms 128.0 KiB
#5 Runtime Error 0ms 128.0 KiB
#6 Accepted 23ms 38.363 MiB
#7 Accepted 23ms 40.359 MiB
#8 Accepted 25ms 44.359 MiB
#9 Wrong Answer 234ms 216.055 MiB
#10 Runtime Error 0ms 128.0 KiB
#11 Runtime Error 0ms 128.0 KiB
#12 Runtime Error 0ms 128.0 KiB
#13 Runtime Error 0ms 128.0 KiB
#14 Runtime Error 0ms 128.0 KiB
#15 Runtime Error 0ms 128.0 KiB
#16 Runtime Error 0ms 128.0 KiB
#17 Runtime Error 0ms 128.0 KiB
#18 Runtime Error 0ms 128.0 KiB
#19 Runtime Error 0ms 128.0 KiB
#20 Runtime Error 0ms 128.0 KiB

信息

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