记录详情

Wrong Answer

foo.cc: In function 'void Div(int, int)':
foo.cc:59:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   59 |  for (int i = index; i < s.length(); i++)
      |                      ~~^~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:67:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   67 |  scanf("%d%d", &x1, &y1);
      |  ~~~~~^~~~~~~~~~~~~~~~~~
foo.cc:68:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   68 |  scanf("%d%d", &x2, &y2);
      |  ~~~~~^~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 1.(142857), expect 0.(142857). 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Wrong Answer Read 6.(923076), expect 0.(923076). 2ms 384.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
A11-5 小数的循环节
比赛
2022暑期青少年社团(训练赛)
语言
C++
递交时间
2022-08-07 21:46:41
评测时间
2022-08-07 21:46:41
评测机
分数
60
总耗时
11ms
峰值内存
384.0 KiB