/ new_bzoj /

记录详情

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++) {
                ~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 14ms 20.5 MiB
#2 Accepted 121ms 26.93 MiB
#3 Accepted 129ms 28.344 MiB
#4 Accepted 12ms 20.73 MiB
#5 Accepted 16ms 20.625 MiB
#6 Accepted 36ms 22.109 MiB
#7 Accepted 49ms 22.184 MiB
#8 Accepted 34ms 22.125 MiB
#9 Accepted 98ms 27.047 MiB
#10 Accepted 104ms 26.441 MiB

信息

递交者
类型
递交
题目
喵星球上的点名
语言
C++
递交时间
2017-08-01 18:17:40
评测时间
2017-08-01 18:17:40
评测机
分数
100
总耗时
617ms
峰值内存
28.344 MiB