Title |
User |
Message |
Date Posted |
Re: what is wrong with my code? |
Kevin123 |
Still, I changed everything to long and sc.nextLong, and its the same. |
Aug 02, 2018 - 6:07:18 pm UTC |
Re: what is wrong with my code? |
magicalsoup |
there are a couple of problems, first, you are using long to scan integers, which basically means you can't scan anything bigger than a integer, secondly, each value can be as big as 10^9, which a int... |
Jul 26, 2018 - 6:27:51 pm UTC |
what is wrong with my code? |
Kevin123 |
|
Jul 26, 2018 - 4:56:49 pm UTC |
where am I doing wrong? |
whcpeterwang |
|
Feb 26, 2018 - 6:59:20 pm UTC |
Re: Algorithm for big numbers? |
kobortor |
Numbers larger than unsigned long long int are not required for this problem. |
Sep 01, 2017 - 2:46:50 am UTC |
Algorithm for big numbers? |
Cameron |
Since this program seems to use very large numbers, is there any algorithm commonly used with very large numbers greater than (2^64)-1 ? Kind of like the bubble sorting, except for large numbers. I'm... |
Aug 31, 2017 - 7:20:55 pm UTC |