print("TC kimlik numaranızı tek tek 9 hanesini giriniz.")
tc1=int(input())
tc2=int(input())
tc3=int(input())
tc4=int(input())
tc5=int(input())
tc6=int(input())
tc7=int(input())
tc8=int(input())
tc9=int(input())
tc10=(((tc1+tc3+tc5+tc7+tc9)*7)+(tc2+tc4+tc6+tc8))%10
tc11=(tc1+tc2+tc3+tc4+tc5+tc6+tc7+tc8+tc9+tc10)%10
print("TC numaranız:", tc1,tc2,tc3,tc4,tc5,tc6,tc7,tc8,tc9,tc10,tc11)