/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'std::vector<int> solve(std::vector<int>, int, int)':
/in/foo.cc:61:6: warning: unused variable 'tmp' [-Wunused-variable]
  int tmp;
      ^~~
/in/foo.cc: In function 'void printVec(std::vector<int>&)':
/in/foo.cc:96:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < v.size(); i++)
                  ~~^~~~~~~~~~
/in/foo.cc: In function 'std::vector<int> greatForceSolve(std::vector<int>, int, int)':
/in/foo.cc:104:6: warning: unused variable 'tmp' [-Wunused-variable]
  int tmp;
      ^~~
# 状态 耗时 内存占用
#1 Accepted 4ms 220.0 KiB
#2 Accepted 3ms 216.0 KiB
#3 Accepted 8ms 228.0 KiB
#4 Time Exceeded ≥1002ms ≥1.828 MiB
#5 Time Exceeded ≥1001ms ≥1.961 MiB
#6 Time Exceeded ≥1001ms ≥1.324 MiB
#7 Time Exceeded ≥1000ms ≥1.965 MiB
#8 Time Exceeded ≥1001ms ≥1.328 MiB
#9 Time Exceeded ≥1001ms ≥1.961 MiB

信息

递交者
类型
递交
题目
P1554 硬币游戏
语言
C++
递交时间
2020-04-26 23:41:39
评测时间
2020-04-26 23:41:39
评测机
分数
30
总耗时
≥6025ms
峰值内存
≥1.965 MiB