Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:9:14: error: redeclaration of 'long long int a [(((ssizetype)n) + 1)]' int a[n+1]; ^ /in/foo.cc:8:9: note: 'long long int a [(((ssizetype)n) + 1)]' previously declared here int a[n+1]; ^ /in/foo.cc:12:6: error: 'b' was not declared in this scope b[i]=a[i]; ^ /in/foo.cc:19:22: error: 'b' was not declared in this scope if(a[i]==b[i]){ ^
信息
- 递交者
- 类型
- 自测
- 题目
- P1028 [b6e0OJ]全排列(弱化版)
- 语言
- C++
- 递交时间
- 2020-08-01 22:44:10
- 评测时间
- 2020-08-01 22:44:10
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes