/ 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:15.970Z","handle":"2020-02-26T02:56:15.970Z","cache_start":"2020-02-26T02:56:15.971Z","read_cases":"2020-02-26T02:56:16.139Z","judge":"2020-02-26T02:56:16.140Z","done":"2020-02-26T02:56:17.973Z"}
# 状态 耗时 内存占用
#1 Accepted 2ms 340.0 KiB
#2 Accepted 2ms 320.0 KiB
#3 Accepted 2ms 320.0 KiB
#4 Accepted 2ms 336.0 KiB
#5 Accepted 2ms 320.0 KiB
#6 Accepted 2ms 336.0 KiB
#7 Wrong Answer 2ms 336.0 KiB
#8 Time Exceeded ≥1133ms ≥316.0 KiB

信息

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