[gcj] Re: Big integer in C++ problem

2009-09-02 Thread Ziv W
The long long int is 8 bytes. Be sure to use the right flags for printfs and the like! :) Oh, and you can peek at the solution to 1B on the contest page, which will demonstrate use clearly... On Sep 2, 6:36 pm, MagicLi musicl...@gmail.com wrote: C++ in Windows, both int and long type are  

[gcj] Re: query on qualification round

2009-09-02 Thread Ziv W
Well, I think it's assumed that if you're able to solve a large input from one of the questions, then you can solve the small one as well with exactly the same code. (Vice versa is rather less likely to be correct...) If you take a look at a round or two from last year, the concept should be