记录详情

Compile Error

foo.c: In function 'gys':
foo.c:7:4: error: 'k' undeclared (first use in this function)
    7 |    k=m;
      |    ^
foo.c:7:4: note: each undeclared identifier is reported only once for each function it appears in
foo.c: In function 'main':
foo.c:14:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   14 |  scanf("%d",&n);
      |  ^~~~~~~~~~~~~~
foo.c:16:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   16 |   scanf("%d",&a[i]);
      |   ^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A6-4 最大公约数专题:多个数的最大公约数
比赛
2022春 C语言课程设计 作业1
语言
C
递交时间
2022-02-28 22:22:32
评测时间
2022-02-28 22:22:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes