/ 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 424.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 20ms 916.0 KiB
#5 Accepted 35ms 1.012 MiB
#6 Accepted 161ms 1.152 MiB
#7 Accepted 9ms 1.184 MiB
#8 Accepted 9ms 1.246 MiB
#9 Accepted 262ms 1.215 MiB
#10 Accepted 9ms 1.211 MiB

信息

递交者
类型
递交
题目
P1545 集合删数
语言
C++
递交时间
2021-07-21 21:03:36
评测时间
2021-07-21 21:03:36
评测机
分数
100
总耗时
516ms
峰值内存
1.246 MiB