Minimum of three different integers X59678


Statement
 

pdf   zip

html

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

Input consists of three different integer numbers.

Output

Print a line with the minimum of the three numbers.

Public test cases
  • Input

    736 291 348

    Output

    291
    
  • Input

    12 -569 666
    

    Output

    -569
    
  • Input

    23 22 20
    

    Output

    20
    
  • Information
    Author
    Maria Serna
    Language
    English
    Translator
    Maria Serna
    Original language
    Catalan
    Other languages
    Catalan Spanish
    Official solutions
    Unknown.
    User solutions
    C C++ Haskell Java Python