Compile Error
/in/foo.cc:24:36: error: 'i' was not declared in this scope
int n,k,l[N],r[N],c[N],ans[N],done[i];
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:31:13: error: 'done' was not declared in this scope
done[i] = 1;
^~~~
/in/foo.cc:40:37: error: 'done' was not declared in this scope
if (!ans[j] && !done[j]) {
^~~~
/in/foo.cc:53:37: error: 'done' was not declared in this scope
if (!ans[j] && !done[j]) {
^~~~
信息
- 递交者
- 类型
- 自测
- 题目
- P1094 集大校赛C-加密通讯
- 语言
- C++
- 递交时间
- 2021-06-10 16:20:36
- 评测时间
- 2021-06-10 16:20:36
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes