/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'int mat(int, int)':
foo.cc:18:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=i;j<=s[fir].size()-1;j++)
               ~^~~~~~~~~~~~~~~~~
foo.cc: In function 'void dfs(int)':
foo.cc:38:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(mp[x][i]==s[x].size()||mp[x][i]==s[i].size())continue;
      ~~~~~~~~^~~~~~~~~~~~~
foo.cc:38:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(mp[x][i]==s[x].size()||mp[x][i]==s[i].size())continue;
                             ~~~~~~~~^~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:55:10: warning: variable 'start' set but not used [-Wunused-but-set-variable]
  clock_t start, finish;
          ^~~~~
foo.cc:55:17: warning: unused variable 'finish' [-Wunused-variable]
  clock_t start, finish;
                 ^~~~~~
foo.cc: In function 'int mat(int, int)':
foo.cc:31:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

自豪的采用jd5进行评测(github.com/masnn/jd5)
{"receive":"2020-02-26T03:37:40.657Z","handle":"2020-02-26T03:37:40.657Z","cache_start":"2020-02-26T03:37:40.657Z","read_cases":"2020-02-26T03:37:40.839Z","judge":"2020-02-26T03:37:40.840Z","done":"2020-02-26T03:37:42.774Z"}
# 状态 耗时 内存占用
#1 Accepted 2ms 328.0 KiB
#2 Accepted 2ms 268.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 2ms 268.0 KiB
#5 Accepted 2ms 268.0 KiB
#6 Accepted 2ms 268.0 KiB
#7 Wrong Answer 2ms 268.0 KiB
#8 Time Exceeded ≥1131ms ≥268.0 KiB

信息

递交者
类型
递交
题目
P1311 单词接龙
语言
C++
递交时间
2020-02-26 11:37:40
评测时间
2020-02-26 11:37:40
评测机
分数
72
总耗时
≥1145ms
峰值内存
≥328.0 KiB