import strutils let AB = readLine(stdin).split() A = AB[0].parseInt B = AB[1].parseInt N = A + B echo N, " ", readLine(stdin)