Re: [gcj] How to handle large inputs in Codejam problems?

2013-04-27 Thread champ
you can use GMP library for such proposes,http://gmplib.org/


On Sat, Apr 27, 2013 at 2:11 PM, splendido wrote:

> I am programming in C++, but I find it difficult to handle very very large
> inputs of the problems in Codejam. My program runs well on smaller inputs,
> so can anyone give me a clue to handling extremely large input sets,
> typically of the order of 20th to 100th power of 10 ? Any website or link
> to deal with the issue is highly welcomed.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Code Jam" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-code+unsubscr...@googlegroups.com.
> To post to this group, send email to google-code@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-code/-/DQckRD7iSrEJ.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code+unsubscr...@googlegroups.com.
To post to this group, send email to google-code@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[gcj] How to handle large inputs in Codejam problems?

2013-04-27 Thread splendido
I am programming in C++, but I find it difficult to handle very very large 
inputs of the problems in Codejam. My program runs well on smaller inputs, so 
can anyone give me a clue to handling extremely large input sets, typically of 
the order of 20th to 100th power of 10 ? Any website or link to deal with the 
issue is highly welcomed. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code+unsubscr...@googlegroups.com.
To post to this group, send email to google-code@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-code/-/DQckRD7iSrEJ.
For more options, visit https://groups.google.com/groups/opt_out.