记录详情

Compile Error

foo.c:2:10: error: macro names must be identifiers
    2 | #define  5<n<1000
      |          ^
foo.c: In function 'main':
foo.c:6:15: error: 'n' undeclared (first use in this function)
    6 |         int a[n],i,j,t;
      |               ^
foo.c:6:15: note: each undeclared identifier is reported only once for each function it appears in
foo.c:6:13: warning: unused variable 'a' [-Wunused-variable]
    6 |         int a[n],i,j,t;
      |             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1082 xf1-5排序与删除
比赛
2023 程序设计与竞赛(作业1:见面赛)
语言
C
递交时间
2023-09-19 20:35:02
评测时间
2023-09-19 20:35:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes