Input The input will be a pair of positive integer values. The first value is the total amount of submissions made during the contest. The second value in MB (megabytes) represents the memory needed to evaluate a submission.
Output The output will be a positive integer value, also in MB, representing the total space needed to run the contest comfortably.
Input
522 980
Output
511560