Difference of two integers X71570


Statement
 

pdf   zip

html

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

Input consists of two integer numbers.

Output

Print a line with the difference of the two numbers.

Public test cases
  • Input

    634 371

    Output

    263
    
  • Input

    -31 -21
    

    Output

    -10
    
  • Input

    -23 23
    

    Output

    -46
    
  • Information
    Author
    Maria Serna
    Language
    English
    Translator
    Maria Serna
    Original language
    Catalan
    Other languages
    Catalan Spanish
    Official solutions
    Unknown.
    User solutions
    C++ JavaScript Python Rust