#include <stdio.h>

long long somma(FILE *f);

int main() { printf("%lld\n", somma(stdin)); }
