记录详情

Compile Error

foo.c: In function 'main':
foo.c:4:15: error: 'sum' undeclared (first use in this function)
  int a=1, b=1;sum;
               ^~~
foo.c:4:15: note: each undeclared identifier is reported only once for each function it appears in
foo.c:5:8: warning: unused variable 'i' [-Wunused-variable]
  int n,i;
        ^
foo.c:5:6: warning: unused variable 'n' [-Wunused-variable]
  int n,i;
      ^
foo.c:4:11: warning: unused variable 'b' [-Wunused-variable]
  int a=1, b=1;sum;
           ^
foo.c:7:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &a);
  ^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A2-2 循环结构入门:斐波拉契数列
比赛
中北 计算机2021级专业修读指导(1)
语言
C
递交时间
2021-11-30 19:19:03
评测时间
2021-11-30 19:19:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes