#include int main() { double a, b; scanf("%lf %lf", &a, &b); printf("%lld\n", (long long int)(a + b)); return 0; }