记录详情

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 Accepted 4ms 352.0 KiB
#2 Accepted 8ms 3.375 MiB
#3 Accepted 10ms 3.625 MiB
#4 Accepted 9ms 3.746 MiB
#5 Accepted 246ms 16.375 MiB
#6 Accepted 280ms 16.375 MiB
#7 Accepted 125ms 6.461 MiB
#8 Runtime Error 8ms 220.0 KiB
#9 Runtime Error 9ms 384.0 KiB
#10 Runtime Error 22ms 6.375 MiB

信息

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