Re: [gcj] modular arithmetic

2012-02-29 Thread Luis Eduardo Hernandez Torres
so, I suppose I need to use modular power for ...(b%mod) ^ mod-2 ... or I'm getting the wrong picture here? Thanks -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To post to this group, send email to google-code@googlegroups.com. To unsubscr

Re: [gcj] java ide

2012-03-27 Thread Luis Eduardo Hernandez Torres
I think Eclipse would be the best choice, since it works perfectly with Java and C++, that way you can switch languages easily, depending on your needs. I am also a big fan of Netbeans for develop in Java. But, for programming contest, Eclipse is the best. On 3/27/12, Sachin Gupta wrote: > which

Re: [gcj] java ide

2012-03-28 Thread Luis Eduardo Hernandez Torres
If that is your problem, you only need to attach the source of your JDK to Eclipse, there are many ways to do this. My personal favourite is to hit Ctrl+Click at any class you are using from the API (like java.util.Collections) it should give you a message saying: Source not found and a button "Att

Re: [gcj] Re: java ide

2012-03-28 Thread Luis Eduardo Hernandez Torres
you're welcome On 3/28/12, Sachin Gupta wrote: > thanks Luis. I think that was the thing i was looking for. Thanks a lot > > On Wednesday, March 28, 2012, Luis Eduardo Hernandez Torres wrote: > >> If that is your problem, you only need to attach the source of your >&