We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afcdc5 commit 6d0996aCopy full SHA for 6d0996a
package/Other/StealingApples.php
@@ -49,9 +49,11 @@
49
// | 方法二
50
// +----------------------------------------------------------------------
51
/**
52
- * @author Openset <openset.wang@gamil.com>
+ * @author Openset <openset.wang@gmail.com>
53
+ * @link https://github.com/openset
54
* @date 2017/9/7
55
* @param int $n N个人
56
+ * @param int $r 共有多少苹果
57
*/
58
for ($r = 1, $n = 5; ; $r++) {
59
$t = $r;
0 commit comments