Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:16:5: error: 'y' was not declared in this scope c=y; ^ /in/foo.cc:18:16: error: 'y' was not declared in this scope printf("%d\n",y) ^ /in/foo.cc:8:12: warning: unused variable 'd' [-Wunused-variable] int a,b,c,d,e,f,i; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1156 递推
- 语言
- C++
- 递交时间
- 2021-11-28 16:53:32
- 评测时间
- 2021-11-28 16:53:32
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes