Commit 238cf8cc by BellCodeEditor

save project

parent e509b3af
Showing with 8 additions and 0 deletions
for i in range(100,1000)
k=str(i)
a=int(k[0])
b=int(k[1])
c=int(k[2])
if(a**3+b**3+c**3==i):
print(i)
\ 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