Compile Error
foo.cpp: In function 'int main()':
foo.cpp:8:5: error: 'f' was not declared in this scope
f[1]=1;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1130 数的计数
- 语言
- C++
- 递交时间
- 2017-02-15 16:49:34
- 评测时间
- 2017-02-15 16:49:37
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes
foo.cpp: In function 'int main()':
foo.cpp:8:5: error: 'f' was not declared in this scope
f[1]=1;
^