记录详情

Runtime Error

/in/foo.cc: In function 'bool hashs(long long 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 356.0 KiB
#2 Accepted 11ms 4.375 MiB
#3 Accepted 11ms 4.461 MiB
#4 Accepted 14ms 6.609 MiB
#5 Accepted 308ms 32.637 MiB
#6 Accepted 328ms 32.723 MiB
#7 Accepted 116ms 8.742 MiB
#8 Runtime Error 13ms 10.375 MiB
#9 Runtime Error 26ms 18.375 MiB
#10 Runtime Error 13ms 2.344 MiB

信息

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