fork download
  1. x=int(input())
  2. y=int(input())
  3. print(x+111*y)
Success #stdin #stdout 0.07s 14136KB
stdin
1
2
stdout
223