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 fe8c677 commit 2666979Copy full SHA for 2666979
maths/special_numbers/a_very_big_sum.py
@@ -1,11 +1,4 @@
1
-<<<<<<< HEAD
2
def a_very_big_sum(arr: list[int]) -> int:
3
-=======
4
-from typing import List
5
-
6
7
-def a_very_big_sum(arr: List[int]) -> int:
8
->>>>>>> 2e5b8980304014f131c23d43a7a08e624c23de8b
9
"""
10
Return the sum of all integers in the input array.
11
@@ -25,3 +18,4 @@ def a_very_big_sum(arr: List[int]) -> int:
25
18
result = a_very_big_sum(arr)
26
19
print(f"Sum of {arr} is {result}")
27
20
21
+
0 commit comments