1. Are you using 'mpz_class' as a generalisation of all classes of the gmp library? I'm asking because in the tutorial they've used mpz_t. Will that factorial code work if I use mpz_t as the return type instead of mpz_class? 2. Is usage of set() compulsory? Or can we use the normal way to initialize the variable with a value? For e.g., mpz_class x = 0;
-- 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 [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
