Accepted
/in/foo.cc: In function 'int get_len()':
/in/foo.cc:66:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<path.size();i++) len+=path[i].val;
                 ~^~~~~~~~~~~~
/in/foo.cc: In function 'int f(int)':
/in/foo.cc:73:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     while (l<path.size()&&sum1+path[l].val<=x) {
            ~^~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1553 树网的核加强版
 - 语言
 - C++
 - 递交时间
 - 2021-12-14 13:31:50
 - 评测时间
 - 2021-12-14 14:00:50
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 2747ms
 - 峰值内存
 - 31.664 MiB