Minimum of two integers X54725


Statement
 

pdf   zip

html

Write a program that reads two numbers and prints their minimum. Input

Input consists of two integer numbers.

Output

Print a line with the minimum of the two numbers.

Public test cases
  • Input

    634 371

    Output

    371
    
  • Input

    -31 -21
    

    Output

    -31
    
  • Input

    23 23
    

    Output

    23
    
  • Information
    Author
    Maria Serna
    Language
    English
    Translator
    Maria Serna
    Original language
    Catalan
    Other languages
    Catalan Spanish
    Official solutions
    Unknown. This problem is being checked.
    User solutions
    C C++ Haskell Java PHP Python