A004


Submit solution

Points: 20
Time limit: 1.0s
Memory limit: 512M

Problem type

Cho 2 số nguyên \(a, b\)

Yêu cầu: Tính và in ra màn hình \(|a-b| \)

Input

  • Gồm một dòng chứa hai số nguyên \(a, b (-10^6≤a,b≤10^6 ).\)

Output

  • Giá trị \(|a-b|\)

Sample Input

13 20

Sample Output

7

Comments

There are no comments at the moment.