记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:49:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d",&x1,&y1);
  ~~~~~^~~~~~~~~~~~~~~~~
foo.cc:50:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d",&x2,&y2);
  ~~~~~^~~~~~~~~~~~~~~~~
foo.cc: In function 'int Div(int*, int, int, int*)':
foo.cc:5:10: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int i,j,k;
          ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 0.00(095238), expect 0.0(095238). 0ms 256.0 KiB
#2 Wrong Answer Read 0.0(058823529411..., expect 0.(0588235294117647). 0ms 256.0 KiB
#3 Accepted 0ms 256.0 KiB
#4 Wrong Answer Read 0.(1523), expect 0.(1523178807947.... 0ms 256.0 KiB
#5 Wrong Answer Read 0.(21359), expect 0.(2135922330097.... 0ms 256.0 KiB

信息

递交者
类型
递交
题目
A11-5 小数的循环节
比赛
2021(四) 作业第三场:热身赛
语言
C++
递交时间
2021-11-15 19:56:53
评测时间
2021-11-15 19:56:53
评测机
分数
20
总耗时
3ms
峰值内存
256.0 KiB