Compile Error
/in/foo.c: In function 'main':
/in/foo.c:11:8: error: expected expression before ']' token
 sort(a[]);
        ^
/in/foo.c: In function 'sort':
/in/foo.c:27:13: error: 'a' undeclared (first use in this function)
 t=x[k];x[k]=a[i];a[i]=t;
             ^
/in/foo.c:27:13: note: each undeclared identifier is reported only once for each function it appears in
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1000 A+B Problem
 - 语言
 - C
 - 递交时间
 - 2020-11-16 14:17:13
 - 评测时间
 - 2020-11-16 14:17:13
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes