Compile Error
/in/foo.c: In function 'main':
/in/foo.c:15:11: error: expected ')' before ';' token
scanf("%d";&n);
^
/in/foo.c:15:9: warning: format '%d' expects a matching 'int *' argument [-Wformat=]
scanf("%d";&n);
^
/in/foo.c:18:11: error: expected ')' before ';' token
scanf("%d";&a[i]);
^
/in/foo.c:18:9: warning: format '%d' expects a matching 'int *' argument [-Wformat=]
scanf("%d";&a[i]);
^
信息
- 递交者
- 类型
- 递交
- 题目
- A7-2 数组的极值函数
- 比赛
- 2023 程序设计与基础(单个的数组)
- 语言
- C
- 递交时间
- 2023-11-21 14:23:20
- 评测时间
- 2023-11-21 14:23:20
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes