/ XMU_ACM /

记录详情

Time Exceeded

foo.cc: In function 'void Dfs(long long int, long long int)':
foo.cc:25:35: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
     if(temp[i]^temp[i+1]^temp[i+2]==0)
                          ~~~~~~~~~^~~
foo.cc:25:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(temp[i]^temp[i+1]^temp[i+2]==0)
     ^~
foo.cc:27:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
      return;
      ^~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 210, expect 701858. 2ms 396.0 KiB
#2 Time Exceeded ≥1373ms ≥384.0 KiB
#3 Time Exceeded ≥1393ms ≥384.0 KiB

信息

递交者
类型
递交
比赛
厦大附中模拟赛第六场
语言
C++
递交时间
2021-03-14 17:29:54
评测时间
2021-03-14 17:29:54
评测机
分数
0
总耗时
≥2769ms
峰值内存
≥396.0 KiB