#include int main() { long int a, b, c; scanf("%ld %ld %ld",&a, &b, &c); printf("%ld",a+b+c); return 0; }