/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:13:24: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   13 |     while (numb.size() < k) {//TO DO:找序列前k个
      |            ~~~~~~~~~~~~^~~
foo.cc:22:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   22 |     for (int i = 0; i < numb.size(); i++)//TO DO:int转string。
      |                     ~~^~~~~~~~~~~~~
foo.cc:35:14: warning: statement has no effect [-Wunused-value]
   35 |         for (i; i != n.end() ; i++)
      |              ^
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 384.0 KiB
#2 Accepted 5ms 384.0 KiB
#3 Accepted 5ms 384.0 KiB
#4 Accepted 64ms 1.012 MiB
#5 Accepted 81ms 1.117 MiB
#6 Accepted 237ms 1.266 MiB
#7 Accepted 14ms 1.422 MiB
#8 Accepted 12ms 1.488 MiB
#9 Accepted 677ms 1.355 MiB
#10 Accepted 23ms 1.301 MiB

信息

递交者
类型
递交
题目
P1545 集合删数
语言
C++
递交时间
2021-12-23 21:17:41
评测时间
2021-12-23 21:17:41
评测机
分数
100
总耗时
1126ms
峰值内存
1.488 MiB