Commit 616b5307 by BellCodeEditor

auto save

parent c075cadc
Showing with 8 additions and 0 deletions
for x in range(100,500):
for x in range(100,500):
a=x//100
b=x%100//10
c=x%100%10
if a**3+b**3+c**3==x:
print(x)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment