Wrong Answer
/in/foo.cc: In function 'int main(int, char**)':
/in/foo.cc:48:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
48 | for(int i=0; i<ans.size(); i++) {
| ~^~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1105 神经网络
- 语言
- C++
- 递交时间
- 2026-07-25 14:20:05
- 评测时间
- 2026-07-30 06:56:47
- 评测机
- 分数
- 20
- 总耗时
- 9ms
- 峰值内存
- 532.0 KiB