Compile Error
/in/foo.cc: In function 'void f(int, int, int, int)':
/in/foo.cc:10:6: error: 'a' was not declared in this scope
if(a[l]=='0')
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:39:2: error: 'string' was not declared in this scope
string a;
^~~~~~
/in/foo.cc:40:2: error: 'cin' was not declared in this scope
cin>>a;
^~~
/in/foo.cc:40:7: error: 'a' was not declared in this scope
cin>>a;
^
信息
- 递交者
- 类型
- 自测
- 题目
- P1017 FBI树(fbi)
- 语言
- C++
- 递交时间
- 2019-04-08 22:28:34
- 评测时间
- 2019-04-08 22:28:34
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes