Posts by Almir Lopes Martins • 81 points
2 posts
- 
		2 votes2 answers141 viewsQ: Python value and referenceDisregarding the way it was made, this is a square matrix transposition code, the person who did came across the error in assigning the values in the latter for and neither I or he could solve: when… 
- 
		6 votes5 answers427 viewsQ: How to run faster a code that calculates the number of factorial digits of a number?The code must print how many digits have the factorial of N. I am trying to perform a simple factor challenge on the URI site and when I submit the code the answer is always "Time limit exceeded",…