Lucky number
input a integer number, detect if the number is considered lucky. If the number is lucky, print "lucky number". If not, print "regular number"
Definition of lucky number: the sum of the first three digits equals the sum of the last three digits in a number.

請先 登入 以發表留言。