How many submissions X90948


Statement
 

pdf   zip

html

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.

Public test cases
  • Input

    522
    980
    

    Output

    511560
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    Java
    User solutions
    C C++ Haskell Java Python Rust