Accepted
/in/foo.cc: In member function 'int Aho_Corasick_Automaton::insert(std::vector<int>&)': /in/foo.cc:44:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<s.size(); i++) { ~^~~~~~~~~ /in/foo.cc: In member function 'int Aho_Corasick_Automaton::match(std::vector<int>&, int)': /in/foo.cc:74:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<s.size(); i++) { ~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 喵星球上的点名
- 语言
- C++
- 递交时间
- 2017-08-01 18:17:40
- 评测时间
- 2017-08-01 18:17:40
- 评测机
- 分数
- 100
- 总耗时
- 617ms
- 峰值内存
- 28.344 MiB