记录详情

Time Exceeded

/in/foo.cc: In function 'bool hashs(unsigned 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;
                             ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:21:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=1;i<=n;i++) cin>>a[i];
              ~^~~
/in/foo.cc:22:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=1;i<=n;i++){
              ~^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Time Exceeded ≥1002ms ≥640.0 KiB
#3 Time Exceeded ≥1032ms ≥752.0 KiB
#4 Time Exceeded ≥1002ms ≥768.0 KiB
#5 Time Exceeded ≥1005ms ≥640.0 KiB
#6 Time Exceeded ≥1005ms ≥752.0 KiB
#7 Time Exceeded ≥1002ms ≥640.0 KiB
#8 Time Exceeded ≥1000ms ≥640.0 KiB
#9 Time Exceeded ≥1022ms ≥768.0 KiB
#10 Time Exceeded ≥1007ms ≥752.0 KiB

信息

递交者
类型
递交
题目
好元素
题目数据
下载
语言
C++
递交时间
2017-10-31 21:12:06
评测时间
2017-10-31 21:12:06
评测机
分数
10
总耗时
≥9086ms
峰值内存
≥768.0 KiB