/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int mt(int, int)':
/in/foo.cc:14:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int kx=k;kx<(tr[x].size());kx++){
                      ~~^~~~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs(int)':
/in/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;//两者存在包含关系就跳过 
            ~~~~~~~~^~~~~~~~~~~~~~~~
/in/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;//两者存在包含关系就跳过 
                                        ~~~~~~~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 216.0 KiB
#2 Accepted 1ms 212.0 KiB
#3 Accepted 1ms 216.0 KiB
#4 Accepted 1ms 212.0 KiB
#5 Accepted 1ms 220.0 KiB
#6 Accepted 1ms 212.0 KiB
#7 Time Exceeded ≥1005ms ≥216.0 KiB
#8 Wrong Answer 1ms 208.0 KiB

信息

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