Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bdee6cb

Browse files
Update 1480-running-sum-of-1d-array.php
1 parent 80f9a0d commit bdee6cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎1480-running-sum-of-1d-array/1480-running-sum-of-1d-array.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<?php
2+
13
class Solution {
24

35
/**
@@ -16,4 +18,4 @@ function runningSum($nums) {
1618
return $result;
1719

1820
}
19-
}
21+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /