Accepted
/in/foo.cc: In function 'bool isCyclicNumber(const string&)':
/in/foo.cc:36:30: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   36 |         if (product.length() != n || !hasSameDigits(product, original)) {
      |             ~~~~~~~~~~~~~~~~~^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1354 142857
 - 语言
 - C++
 - 递交时间
 - 2025-03-28 18:02:42
 - 评测时间
 - 2025-03-28 18:02:42
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 4ms
 - 峰值内存
 - 344.0 KiB