记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:24:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   24 |  for (int i = 0; i < a.size(); i++) {
      |                  ~~^~~~~~~~~~
foo.cc:25:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   25 |   for (int j = i; j < a.size(); j++) {
      |                   ~~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Time Exceeded ≥1100ms ≥384.0 KiB
#4 Time Exceeded ≥1100ms ≥384.0 KiB
#5 Time Exceeded ≥1098ms ≥2.434 MiB
#6 Time Exceeded ≥1099ms ≥2.48 MiB

信息

递交者
类型
递交
题目
P1306 C. Multiple of k
语言
C++
递交时间
2022-02-03 18:57:01
评测时间
2022-02-03 18:57:01
评测机
分数
50
总耗时
≥4404ms
峰值内存
≥2.48 MiB