UJTEST1 - UJ Test 1
Detect whether a sequence of integers is an arithmetic series or not.
Input
Each line contains space separated numbers.
A line with only 0 is the end of input.
Output
'Yes' if input sequence is really an arithmetic series. 'No' otherwise.
Example
Input: 1 3 5 7 9 8 7 6 5 4 1 2 4 5 0 Output: Yes Yes No
hide comments
|
Jared Deckard:
2012-03-12 18:12:39
Big int, try Python, NZEC instantly.
|
|
Ahmed AKram:
2012-03-12 15:40:57
what is the least number of numbers ? |
|
Adhityaa:
2012-03-12 13:59:55
what are the limits of the numbers ? |
Added by: | Mousa AL-Akhras |
Date: | 2012-03-12 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |