Just a day before joining the Google Code Jam Qualification Round. This is my first experience with such an online coding contest. It was really fun.
There were three problems, of which I was able to solve two. But for one problem, I was asked to work with values ββthat are really huge. I am a Java guy and I thought I would go to a double variable. Unfortunately, double accuracy was also not enough. Moreover, I attended this during the final stage, I did not have time to delve into it much (plus solution 1 is enough to qualify for the next stage).
My question is how to have a precision mechanism that is more than double. My coding experience is in Java, so it would be great if you could answer on that line.
thank
source
share