We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1bf56 commit 16fbb02Copy full SHA for 16fbb02
12/7.py
@@ -32,4 +32,5 @@ def get_sum(candidate):
32
result = 1e9
33
for candidate in candidates:
34
result = min(result, get_sum(candidate))
35
+
36
print(result)
0 commit comments