Wrong Answer
foo.cc: In function ‘void DP(int, int)’:
foo.cc:9:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
9 | for(int i=0;i<v[p].size();i++){
| ~^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1906 联合权值
- 语言
- C++
- 递交时间
- 2026-07-19 20:52:04
- 评测时间
- 2026-07-19 20:52:04
- 评测机
- 分数
- 0
- 总耗时
- 668ms
- 峰值内存
- 19.367 MiB