Compile Error
foo.cpp: In function 'void calcnext(std::vector<int>&, std::string)':
foo.cpp:10:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (j<s.length()){
^
foo.cpp: In function 'std::string make_string()':
foo.cpp:37:24: error: 'to_string' was not declared in this scope
result += to_string(i);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1005 超长数字串
- 语言
- C++
- 递交时间
- 2016-07-31 01:40:37
- 评测时间
- 2016-07-31 01:40:38
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes