记录详情

Compile Error

foo.c: In function 'main':
foo.c:17:27: error: expected ')' before ';' token
   17 |                 scanf("%d";&a[i]);
      |                      ~    ^
      |                           )
foo.c:17:25: warning: format '%d' expects a matching 'int *' argument [-Wformat=]
   17 |                 scanf("%d";&a[i]);
      |                        ~^
      |                         |
      |                         int *
foo.c:21:20: error: expected ')' before ';' token
   21 |         printf("%d";Index);
      |               ~    ^
      |                    )
foo.c:21:18: warning: format '%d' expects a matching 'int' argument [-Wformat=]
   21 |         printf("%d";Index);
      |                 ~^
      |                  |
      |                  int
foo.c:20:13: warning: unused variable 'Index' [-Wunused-variable]
   20 |         int Index=Search(a,n,x);
      |             ^~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
比赛
2023 程序设计与基础(单个的数组)
语言
C
递交时间
2023-11-21 14:37:22
评测时间
2023-11-21 14:37:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes