记录详情

Runtime Error

/in/foo.cc: In function 'bool hashs(int)':
/in/foo.cc:16:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(p==x%mod) return false; return true;
  ^~
/in/foo.cc:16:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(p==x%mod) return false; return true;
                             ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 384.0 KiB
#2 Accepted 11ms 3.742 MiB
#3 Accepted 10ms 3.258 MiB
#4 Accepted 10ms 4.375 MiB
#5 Accepted 465ms 18.375 MiB
#6 Accepted 456ms 18.375 MiB
#7 Accepted 241ms 6.496 MiB
#8 Runtime Error 15ms 4.34 MiB
#9 Runtime Error 9ms 384.0 KiB
#10 Runtime Error 11ms 2.348 MiB

信息

递交者
类型
递交
题目
好元素
题目数据
下载
语言
C++
递交时间
2017-10-31 20:24:24
评测时间
2017-10-31 20:24:24
评测机
分数
60
总耗时
1235ms
峰值内存
18.375 MiB