Compile Error
foo.c: In function 'main':
foo.c:6:4: error: variable-sized object may not be initialized
    6 |    char arr1[n]={}
      |    ^~~~
foo.c:7:1: error: expected ',' or ';' before '}' token
    7 | }
      | ^
foo.c:7:1: error: expected declaration or statement at end of input
foo.c:6:9: warning: unused variable 'arr1' [-Wunused-variable]
    6 |    char arr1[n]={}
      |         ^~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1082 xf1-5排序与删除
 - 比赛
 - 2022年迎新赛(第二场)
 - 语言
 - C
 - 递交时间
 - 2022-08-27 16:18:12
 - 评测时间
 - 2022-08-27 16:18:12
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes