/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:13:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     while (numb.size() < k) {//TO DO:找序列前k个
            ~~~~~~~~~~~~^~~
foo.cc:22:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < numb.size(); i++)//TO DO:int转string。
                     ~~^~~~~~~~~~~~~
foo.cc:35:15: warning: statement has no effect [-Wunused-value]
         for (i; i != n.end() ; i++)
               ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 420.0 KiB
#2 Accepted 2ms 432.0 KiB
#3 Accepted 3ms 512.0 KiB
#4 Accepted 20ms 972.0 KiB
#5 Accepted 36ms 1.035 MiB
#6 Accepted 164ms 1.145 MiB
#7 Accepted 13ms 1.176 MiB
#8 Accepted 9ms 1.223 MiB
#9 Accepted 253ms 1.242 MiB
#10 Accepted 9ms 1.238 MiB

信息

递交者
类型
递交
题目
P1545 集合删数
语言
C++
递交时间
2021-07-22 07:41:16
评测时间
2021-07-22 07:41:16
评测机
分数
100
总耗时
515ms
峰值内存
1.242 MiB