/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'bool isJolly(const std::vector<int>&)':
/in/foo.cc:17:25: warning: comparison of integer expressions of different signedness: 'std::unordered_set<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   17 |     return diffs.size() == n - 1; // 是否覆盖1到n-1
      |            ~~~~~~~~~~~~~^~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 10ms 464.0 KiB

信息

递交者
类型
递交
题目
P1004 Jolly Jumpers
语言
C++
递交时间
2025-03-27 17:40:18
评测时间
2025-03-27 17:40:18
评测机
分数
10
总耗时
10ms
峰值内存
464.0 KiB