Skip to content

Commit 32def54

Browse files
authored
Merge pull request #17 from openset/master
fix: openset
2 parents 152ddcc + 6d0996a commit 32def54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package/Other/StealingApples.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@
4949
// | 方法二
5050
// +----------------------------------------------------------------------
5151
/**
52-
* @author Openset <[email protected]>
52+
* @author Openset <[email protected]>
53+
* @link https://github.com/openset
5354
* @date 2017/9/7
5455
* @param int $n N个人
56+
* @param int $r 共有多少苹果
5557
*/
5658
for ($r = 1, $n = 5; ; $r++) {
5759
$t = $r;

0 commit comments

Comments
 (0)