Accepted
/in/foo.cc: In function 'void poto()': /in/foo.cc:18:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 18 | for(int j=0;j<ve[i].size();j++){ | ~^~~~~~~~~~~~~ /in/foo.cc:6:9: warning: unused variable 'ans' [-Wunused-variable] 6 | int ans=0,k=0; | ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1000 零件组装(component)
- 语言
- C++
- 递交时间
- 2025-06-25 14:27:16
- 评测时间
- 2025-06-25 14:27:16
- 评测机
- 分数
- 100
- 总耗时
- 39ms
- 峰值内存
- 2.836 MiB