Compile Error
foo.cpp:2:1: error: '__gnu_cxx' does not name a type
__gnu_cxx::crope List;
^
foo.cpp: In function 'int main()':
foo.cpp:21:13: error: 'List' was not declared in this scope
List.insert(now,s);
^
foo.cpp:26:13: error: 'List' was not declared in this scope
List.erase(now,k);
^
foo.cpp:31:13: error: 'List' was not declared in this scope
List.copy(now,k,s);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1856 文本编辑器
- 语言
- C++
- 递交时间
- 2015-05-23 15:52:06
- 评测时间
- 2015-05-23 15:52:07
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes