1的个数: a, b, c = map(int, raw_input().split()) result = 1 + b - c print result 数位和: n = input() print (n + 1) / 2 -_-|||