Compile Error
foo.cpp: In function 'int main()':
foo.cpp:15:24: error: 'atoi' was not declared in this scope
start = atoi(l.c_str());
^
foo.cpp:35:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0;i <= t.length() - 1;i++)
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1933 帅气的男孩子
- 语言
- C++
- 递交时间
- 2015-09-03 16:01:52
- 评测时间
- 2015-09-03 16:01:52
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes