记录详情

Accepted

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

信息

递交者
类型
递交
题目
A11-5 小数的循环节
语言
C++
递交时间
2022-08-08 21:35:38
评测时间
2022-08-08 21:35:38
评测机
分数
100
总耗时
17ms
峰值内存
384.0 KiB