题解列表

筛选

[递归]母牛的故事-题解(Java代码)

摘要:# MarkDown编辑器基本使用说明 **如果这是您第一次使用MarkDown编辑器,建议先阅读这篇文章了解一下Markdown的基本使用方法。** ```java import java……

41.输出全排列-题解(C++代码)

摘要:我来写个不一样的方法,使用stl库中的全排列函数,next_permutation #include #include #include #include #include #i……

【数组的距离】 (C++代码)

摘要:##### 原题链接:[【数组的距离】](https://www.dotcpp.com/oj/problem1164.html "【数组的距离】") **提交了N次,oj显示运行错误50%,非常……