加算王
https://atcoder.jp/contests/abc023/tasks/abc023_a
t6o_o6t.icon
code: kaede0226.py
X = int(input())
print(X // 10 + X % 10)