100 atcoder#ABC102B. [ABC102B] Maximum Difference
[ABC102B] Maximum Difference
Score : points
Problem Statement
You are given an integer sequence of length . Find the maximum absolute difference of two elements (with different indices) in .
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the maximum absolute difference of two elements (with different indices) in .
4
1 4 6 3
5
The maximum absolute difference of two elements is .
2
1000000000 1
999999999
5
1 1 1 1 1
0