/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'int dfs(int, int, int)':
/in/foo.cc:30:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=head[k];i;i=edge[i].nxt)
  ^~~
/in/foo.cc:32:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   data f=que.top();
   ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 836.0 KiB
#2 Accepted 2ms 844.0 KiB
#3 Accepted 3ms 840.0 KiB
#4 Accepted 12ms 3.223 MiB
#5 Accepted 16ms 3.453 MiB
#6 Accepted 16ms 3.457 MiB
#7 Accepted 16ms 3.367 MiB
#8 Accepted 93ms 3.797 MiB
#9 Accepted 96ms 4.074 MiB
#10 Accepted 98ms 4.008 MiB

信息

递交者
类型
递交
题目
P1010 B题:最小生成树
比赛
最小生成树(模板)
语言
C++
递交时间
2019-03-20 23:56:21
评测时间
2019-03-20 23:56:21
评测机
分数
100
总耗时
358ms
峰值内存
4.074 MiB