/ 南湖ACM /

记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:4:12: warning: unused variable 'j' [-Wunused-variable]
  int N,n,i,j,m,k,l,sum,minn=99999999;
            ^
foo.c:5:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&N);
  ^~~~~~~~~~~~~~
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ^~~~~~~~~~~~~~~~~~~
foo.c:9:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&k,&l);
   ^~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Wrong Answer Read 52614, expect 18407. 0ms 292.0 KiB
#3 Wrong Answer Read 99990, expect 89991. 0ms 256.0 KiB

信息

递交者
类型
递交
题目
P1015 小红想达成朋友们的愿望
语言
C
递交时间
2021-09-26 21:30:55
评测时间
2021-09-26 21:30:55
评测机
分数
2
总耗时
3ms
峰值内存
292.0 KiB