/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'int mt(int, int)':
foo.cc:14:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int kx=k;kx<(tr[x].size());kx++){
                      ~~^~~~~~~~~~~~~~~
foo.cc: In function 'void dfs(int)':
foo.cc:35:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(yc[p][j]==(tr[p].size()) || yc[p][j]==(tr[j].size())) continue;//两者存在包含关系就跳过 
            ~~~~~~~~^~~~~~~~~~~~~~~~
foo.cc:35:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(yc[p][j]==(tr[p].size()) || yc[p][j]==(tr[j].size())) continue;//两者存在包含关系就跳过 
                                        ~~~~~~~~^~~~~~~~~~~~~~~~

自豪的采用jd5进行评测(github.com/masnn/jd5)
{"receive":"2020-02-26T02:56:54.687Z","handle":"2020-02-26T02:56:54.687Z","cache_start":"2020-02-26T02:56:54.694Z","read_cases":"2020-02-26T02:56:54.956Z","judge":"2020-02-26T02:56:54.957Z","done":"2020-02-26T02:56:56.855Z"}
# 状态 耗时 内存占用
#1 Accepted 3ms 268.0 KiB
#2 Accepted 2ms 288.0 KiB
#3 Accepted 2ms 268.0 KiB
#4 Accepted 2ms 260.0 KiB
#5 Accepted 2ms 252.0 KiB
#6 Accepted 2ms 268.0 KiB
#7 Wrong Answer 2ms 288.0 KiB
#8 Time Exceeded ≥1128ms ≥232.0 KiB

信息

递交者
类型
递交
题目
P1311 单词接龙
语言
C++
递交时间
2020-02-26 10:56:54
评测时间
2020-02-26 10:56:54
评测机
分数
72
总耗时
≥1143ms
峰值内存
≥288.0 KiB