/ 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 20.301 MiB
#2 Accepted 4ms 10.305 MiB
#3 Accepted 8ms 18.805 MiB
#4 Accepted 8ms 13.367 MiB
#5 Wrong Answer 29ms 32.219 MiB
#6 Accepted 28ms 21.617 MiB
#7 Wrong Answer 27ms 25.699 MiB
#8 Accepted 31ms 24.938 MiB
#9 Wrong Answer 411ms 208.223 MiB
#10 Wrong Answer 405ms 205.254 MiB
#11 Wrong Answer 282ms 205.277 MiB
#12 Wrong Answer 275ms 212.496 MiB
#13 Wrong Answer 703ms 208.016 MiB
#14 Wrong Answer 736ms 209.961 MiB
#15 Wrong Answer 708ms 213.535 MiB
#16 Wrong Answer 670ms 211.477 MiB
#17 Runtime Error 0ms 128.0 KiB
#18 Wrong Answer 682ms 217.695 MiB
#19 Wrong Answer 699ms 207.785 MiB
#20 Wrong Answer 618ms 211.996 MiB

信息

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