记录详情

Runtime Error

foo.cc: In function 'void solve(std::vector<int>&&)':
foo.cc:27:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   27 |     for (int i = 0; i < idx.size(); i++) cnt[col[idx[i]]].push_back(i);
      |                     ~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 6ms 1.527 MiB
#2 Accepted 7ms 1.527 MiB
#3 Accepted 6ms 1.527 MiB
#4 Accepted 6ms 1.527 MiB
#5 Wrong Answer Read 1, expect 4. 5ms 1.527 MiB
#6 Runtime Error Segmentation fault 72ms 1.527 MiB
#7 Runtime Error Segmentation fault 71ms 1.535 MiB
#8 Runtime Error Segmentation fault 74ms 1.539 MiB
#9 Runtime Error Segmentation fault 71ms 1.543 MiB
#10 Runtime Error Segmentation fault 72ms 1.543 MiB

信息

递交者
类型
递交
题目
P1498 Problem 1F. Infinite sequence
语言
C++
递交时间
2023-10-10 22:02:49
评测时间
2023-10-10 22:02:49
评测机
分数
40
总耗时
393ms
峰值内存
1.543 MiB