未验证 提交 dd19d812 编写于 作者: M Maxim Smolskiy 提交者: GitHub

Uncomment code that has been commented due to slow execution affecting Travis (#5745)

上级 0124b734
......@@ -24,9 +24,8 @@ def solution() -> int:
1. a**2 + b**2 = c**2
2. a + b + c = 1000
# The code below has been commented due to slow execution affecting Travis.
# >>> solution()
# 31875000
>>> solution()
31875000
"""
return [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册