← 返回提交记录
编译错误P3004. 跳房子II
提交者:用户-674ab8语言:C++代码长度 9582026-06-04 19:53
评测结果:main.cpp: In function 'int main()':
main.cpp:28:54: error: 'tostring' was not declared in this scope
28 | ans = to_string(nums[i]) + ',' + tostring(nums[left]) + ',' + tostring(nums[right]);
| ^~~~~~~~