[EASY] Prime Palindromes - CodeChef
[EASY] Prime Palindromes – CodeChef
Here is the problem: http://www.codechef.com/problems/PRPALIN/ And here is my solution. I get 0.14s with this code.
primeNumbers =…
View On WordPress

seen from Maldives
seen from United Kingdom
seen from Sweden
seen from Taiwan
seen from Latvia

seen from Malaysia

seen from United Kingdom
seen from China

seen from Canada
seen from Türkiye
seen from China
seen from Argentina
seen from China
seen from Germany
seen from United States

seen from United States

seen from Jordan

seen from United States
seen from United States
seen from Japan
[EASY] Prime Palindromes - CodeChef
[EASY] Prime Palindromes – CodeChef
Here is the problem: http://www.codechef.com/problems/PRPALIN/ And here is my solution. I get 0.14s with this code.
primeNumbers =…
View On WordPress
[EASY] Small Factorials - CodeChef
[EASY] Small Factorials – CodeChef
Here is the problem: http://www.codechef.com/problems/FCTRL2/ And here is my solution. I get 0.04s with this code.
import math length = int(raw_input()) for i in range(0, length): number = int(raw_input()) print math.factorial(number)
View On WordPress