Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:51:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (f[i]+max(g[i],h[i])==maxx)//过该点最长链==直径 即在直径上  
     ^~
/in/foo.cc:53:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  return 0;
  ^~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1476 旅游规划(csapc)
 - 语言
 - C++
 - 递交时间
 - 2019-07-21 14:50:19
 - 评测时间
 - 2019-07-21 14:50:19
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 251ms
 - 峰值内存
 - 7.191 MiB