Wrong Answer
/in/foo.cc: In function 'bool dfs(int, int, int, int, int)':
/in/foo.cc:30:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (now == s[g].size()) return true;
~~~~^~~~~~~~~~~~~~
/in/foo.cc:33:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1707 单词查找
- 语言
- C++
- 递交时间
- 2019-06-22 13:20:23
- 评测时间
- 2019-06-22 13:20:23
- 评测机
- 分数
- 80
- 总耗时
- 46ms
- 峰值内存
- 344.0 KiB