记录详情

Accepted

foo.cc: In function 'int find_pre(int)':
foo.cc:8:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(pre[x] == x)
  ^~
foo.cc:10:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   return pre[x] = find_pre(pre[x]);
   ^~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 400.0 KiB
#2 Accepted 1ms 404.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 3ms 384.0 KiB
#6 Accepted 4ms 408.0 KiB
#7 Accepted 7ms 480.0 KiB
#8 Accepted 9ms 500.0 KiB
#9 Accepted 11ms 520.0 KiB
#10 Accepted 12ms 548.0 KiB

信息

递交者
类型
递交
题目
P1036 家族
语言
C++
递交时间
2021-04-29 20:44:36
评测时间
2021-04-29 20:44:36
评测机
分数
100
总耗时
56ms
峰值内存
548.0 KiB