Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:4:4: error: 'k' was not declared in this scope
if(k==1)
^
/in/foo.cc:6:9: error: 'f' was not declared in this scope
f[1]=0;
^
/in/foo.cc:7:13: error: 'i' was not declared in this scope
For(i,2,n)
^
/in/foo.cc:7:17: error: 'n' was not declared in this scope
For(i,2,n)
^
/in/foo.cc:7:18: error: 'For' was not declared in this scope
For(i,2,n)
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1984 随机树
- 语言
- C++
- 递交时间
- 2018-05-30 16:33:29
- 评测时间
- 2018-05-30 16:33:29
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes