You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Cuando pregunte la "n", esribir numero superior a 1000
What is the expected output?
El resultado de la factorial.
What do you see instead?
Se bloquea el programa por overflow.
Note: La matriz no puede contener mas de 500000 celdas en total, y en
factoriales superiores a 1000, usando la base 1000000, el programa necesita de
una matriz mas grande para guardar el resultado.
Original issue reported on code.google.com by [email protected] on 19 Aug 2010 at 9:30
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 Aug 2010 at 9:30The text was updated successfully, but these errors were encountered: