Accepted
/in/foo.cc: In function 'LL solve(int, int, int, LL)':
/in/foo.cc:29:5: warning: unused variable 'sum' [-Wunused-variable]
  LL sum = 0;
     ^~~
/in/foo.cc:30:13: warning: unused variable 'j' [-Wunused-variable]
  int i = 1, j, l;
             ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - Sequence Partition
 - 语言
 - C++
 - 递交时间
 - 2019-02-10 11:52:32
 - 评测时间
 - 2019-02-10 11:52:32
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 134ms
 - 峰值内存
 - 1.316 MiB