|
|
back to boarduse double no need to have long long integer u can use double but beware during comparison of double numbers since c language behaves abnormally while comparing floating point numbers. otherwise problem is as easy as it seems. if you are getting WA11 then read problem statement properly again and again. Re: use double no need to have long long integer Posted by xEugene 24 Aug 2009 15:36 You can solve this problem using only int, not even int64. |
|
|