Commit d732a4dd by BellCodeEditor

auto save

parent 82b6937b
Showing with 9 additions and 0 deletions
n=int(input())
n=int(input())
a=n%10
b=n%100//10
c=n%1000//100
print(a,b,c)
if a**3+b**3+c**3==n:
print("属于水仙花")
\ 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