# Enter your code here. Read input from STDIN. Print output to STDOUT num1 = input() num2 = input() S = sum(num2, 0) print S