We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Project Euler #37: Truncatable primes
Project Euler #37: Truncatable primes
Sort by
recency
|
22 Discussions
|
Please Login in order to post a comment
100 points
Python
Easy logic. 100 points
code in c:
int is_prime(int num){
}
int main() {
}