记录详情

Time Exceeded

/in/foo.cc: In function 'void getMin(std::vector<int>&, int)':
/in/foo.cc:7:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < min.size(); i++) {
                  ~~^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:29:26: warning: overflow in implicit constant conversion [-Woverflow]
  min.push_back(9999999999);
                          ^
# 状态 耗时 内存占用
#1 Accepted 1ms 208.0 KiB
#2 Accepted 3ms 344.0 KiB
#3 Time Exceeded ≥5ms ≥344.0 KiB
#4 Time Exceeded ≥5ms ≥336.0 KiB
#5 Accepted 4ms 340.0 KiB
#6 Accepted 4ms 348.0 KiB
#7 Accepted 4ms 336.0 KiB
#8 Accepted 3ms 344.0 KiB
#9 Accepted 4ms 336.0 KiB
#10 Accepted 3ms 344.0 KiB

信息

递交者
类型
递交
题目
(ty 1-5) 盖板子
语言
C++
递交时间
2019-01-20 20:46:07
评测时间
2019-01-20 20:46:07
评测机
分数
80
总耗时
≥41ms
峰值内存
≥348.0 KiB