记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:23:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(x==n)
   ^~
foo.c:25:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    break;
    ^~~~~
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ^~~~~~~~~~~~~~
foo.c:9:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a[i]);
   ^~~~~~~~~~~~~~~~~
foo.c:16:2: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized]
  for(j=2;j<=min/2;j++)
  ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 0a1 > 35 75 50 100 \ No newlin 0ms 256.0 KiB

信息

递交者
类型
自测
题目
A6-4 最大公约数专题:多个数的最大公约数
语言
C
递交时间
2021-11-18 14:21:01
评测时间
2021-11-18 14:21:01
评测机
分数
0
总耗时
0ms
峰值内存
256.0 KiB