Compile Error
/in/foo.cc: In function 'int find(int)': /in/foo.cc:16:5: error: 'f' was not declared in this scope if(f[x]==x) ^ /in/foo.cc:18:10: error: 'f' was not declared in this scope int tmp=f[x]; ^ /in/foo.cc:18:6: warning: unused variable 'tmp' [-Wunused-variable] int tmp=f[x]; ^~~ /in/foo.cc: In function 'int main()': /in/foo.cc:50:16: error: 'print' was not declared in this scope print("%d",ans); ^
信息
- 递交者
- 类型
- 自测
- 题目
- P1531 食物链
- 语言
- C++
- 递交时间
- 2024-06-07 13:27:47
- 评测时间
- 2024-06-07 13:27:47
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes