记录详情

Wrong Answer

foo.c: In function 'FindiSecondMax':
foo.c:41:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=0;i<n;i++)
  ^~~
foo.c:44:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   switch(cnt)
   ^~~~~~
foo.c:20:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,max1,max2,cnt=0,num=1,index=0;
        ^
foo.c: In function 'main':
foo.c:8:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n1,&n2);
  ^~~~~~~~~~~~~~~~~~~~~
foo.c:10:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a[i]);
   ^~~~~~~~~~~~~~~~~
foo.c:12:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&b[i]);
   ^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Wrong Answer Read 2, expect 4. 0ms 256.0 KiB
#3 Wrong Answer Read 5, expect 3. 0ms 256.0 KiB
#4 Wrong Answer Read 5, expect 0. 0ms 256.0 KiB
#5 Wrong Answer Read 0, expect 2. 0ms 256.0 KiB

信息

递交者
类型
递交
题目
A9-4 数组中第二大的数
比赛
2021(四) 作业第二场:见面赛
语言
C
递交时间
2021-10-31 09:12:44
评测时间
2021-10-31 09:12:44
评测机
分数
20
总耗时
3ms
峰值内存
256.0 KiB