|
|
back to boardTo all people who want to solve it! The numbers in input files (in tests) are not integer, but real! But all numbers are in range 1..2^31 - 1 The numbers are integers, this problem is very easy, simple formula (-) > The numbers in input files (in tests) are not integer, but real! > But all numbers are in range 1..2^31 - 1 Re: To all people who want to solve it! I did it with using long long; |
|
|