Accepted
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:7:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (history.size() == length) {
~~~~~~~~~~~~~~~^~~~~~~~~
/in/foo.cc:8:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < history.size(); i++)
~~^~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1004 递归实现组合型枚举
- 语言
- C++
- 递交时间
- 2020-11-18 13:04:02
- 评测时间
- 2020-11-18 13:04:02
- 评测机
- 分数
- 100
- 总耗时
- 163ms
- 峰值内存
- 228.0 KiB