/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int mt(int, int)':
/in/foo.cc:11:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int kx=k;kx<str[x].size();kx++){
                      ~~^~~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:33:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(match[p][j]==str[p].size() || match[p][j]==str[j].size()) continue;
            ~~~~~~~~~~~^~~~~~~~~~~~~~~
/in/foo.cc:33:53: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(match[p][j]==str[p].size() || match[p][j]==str[j].size()) continue;
                                          ~~~~~~~~~~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 224.0 KiB
#2 Accepted 2ms 228.0 KiB
#3 Accepted 2ms 224.0 KiB
#4 Accepted 2ms 228.0 KiB
#5 Accepted 1ms 224.0 KiB
#6 Accepted 1ms 228.0 KiB
#7 Time Exceeded ≥1005ms ≥212.0 KiB
#8 Wrong Answer 1ms 228.0 KiB

信息

递交者
类型
递交
题目
P1311 单词接龙
语言
C++
递交时间
2019-11-12 09:07:06
评测时间
2019-11-12 09:07:06
评测机
分数
72
总耗时
≥1020ms
峰值内存
≥228.0 KiB