Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:52:21: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
52 | if(k<v[m-t].size())ans=min(ans,abs(tot-(sum+v[m-t][k])*2));
| ~^~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P3078 选材 202602saccc五级T3
- 语言
- C++
- 递交时间
- 2026-04-10 15:16:57
- 评测时间
- 2026-04-10 15:16:57
- 评测机
- 分数
- 100
- 总耗时
- 122ms
- 峰值内存
- 1.875 MiB