/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int cal(const std::vector<int>&, int)':
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 != min_stamps.size(); ++j) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~
foo.cc:30:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   30 |  for (; i != min_stamps.size(); ++i) {
      |         ~~^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#2 Wrong Answer User output longer than standard answer. 9ms 384.0 KiB
#3 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#4 Wrong Answer User output longer than standard answer. 39ms 384.0 KiB
#5 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#6 Wrong Answer User output longer than standard answer. 8ms 384.0 KiB
#7 Wrong Answer User output longer than standard answer. 3ms 384.0 KiB
#8 Wrong Answer User output longer than standard answer. 145ms 384.0 KiB
#9 Wrong Answer User output longer than standard answer. 3ms 384.0 KiB
#10 Wrong Answer User output longer than standard answer. 5ms 384.0 KiB

信息

递交者
类型
递交
题目
P1179 邮票面值设计
语言
C++
递交时间
2022-02-08 21:58:09
评测时间
2022-02-08 21:58:09
评测机
分数
0
总耗时
221ms
峰值内存
384.0 KiB