#!/usr/bin python3 # -*- coding: utf-8 -*- print(sum(map(int, list(input()))))