#!/usr/bin/env python3 import math def main(): a, b = (math.round(z) for z in input().split()) print(a + b) if __name__ == "__main__": main()