Accepted
/in/foo.cc: In function 'int bfs_1(int)': /in/foo.cc:31:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 31 | for (int i=1;i<a[now].size();i++) | ~^~~~~~~~~~~~~~ /in/foo.cc:32:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 32 | if (del[a[now][i]]==0) | ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1462 小胖的难题
- 语言
- C++
- 递交时间
- 2025-06-17 15:55:43
- 评测时间
- 2025-06-17 15:55:43
- 评测机
- 分数
- 100
- 总耗时
- 95ms
- 峰值内存
- 980.0 KiB