Compile Error
/in/foo.cc: In member function 'bool Solution::isHappy(int)': /in/foo.cc:4:9: error: 'string' was not declared in this scope string str; ^~~~~~ /in/foo.cc:8:13: error: 'str' was not declared in this scope str = to_string(tmp); ^~~ /in/foo.cc:8:32: error: 'to_string' was not declared in this scope str = to_string(tmp); ^ /in/foo.cc:10:26: error: unable to deduce 'auto&&' from 'str' for(auto c : str) ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- xxyw1-3快乐数
- 语言
- C++
- 递交时间
- 2021-02-17 19:58:56
- 评测时间
- 2021-02-17 19:58:56
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes