Accepted
/in/foo.cc: In function 'void prim()':
/in/foo.cc:40:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=head[1];i;i=eg[i].next)
     ^~~
/in/foo.cc:42:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for(int i=1;i<n;i++)
         ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1022 刘学习想要打地道战争
 - 比赛
 - 2019网宿杯XMU程序设计竞赛网络预赛第二场
 - 语言
 - C++
 - 递交时间
 - 2019-04-21 14:50:04
 - 评测时间
 - 2019-04-21 14:50:04
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 1177ms
 - 峰值内存
 - 89.254 MiB