记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:16: error: stray '\342' in program
    6 |         scanf(“3”);
      |                ^
foo.c:6:9: error: 'scanf\U0000ff08' undeclared (first use in this function); did you mean 'scanf'?
    6 |         scanf(“3”);
      |         ^~~~~~~
      |         scanf
foo.c:6:9: note: each undeclared identifier is reported only once for each function it appears in
foo.c:6:16: error: expected ';' before numeric constant
    6 |         scanf(“3”);
      |                ^~
      |                ;
foo.c:6:18: error: stray '\342' in program
    6 |         scanf(“3”);
      |                  ^
foo.c:7:16: error: invalid suffix ";" on integer constant
    7 |         return 0;
      |                ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A2-2 循环结构入门:斐波拉契数列
比赛
2022年迎新赛(第一场)
语言
C
递交时间
2022-08-15 16:59:26
评测时间
2022-08-15 16:59:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes