Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:18:5: error: 'vector' was not declared in this scope vector<char>ve; ^~~~~~ /in/foo.cc:18:12: error: expected primary-expression before 'char' vector<char>ve; ^~~~ /in/foo.cc:35:14: error: 've' was not declared in this scope else ve.push_back(ch); ^~ /in/foo.cc:40:8: error: 've' was not declared in this scope if(ve[0]=='?'){ ^~
信息
- 递交者
- 类型
- 自测
- 题目
- 算式
- 语言
- C++
- 递交时间
- 2017-08-24 15:30:08
- 评测时间
- 2017-08-24 15:30:08
- 评测机
- 分数
- 0
- 总耗时
- 238ms
- 峰值内存
- 34.266 MiB