MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / sol1.py

File sol1.py

project_euler/problem_077/sol1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Project Euler Problem 77: https://projecteuler.net/problem=77
3
4It is possible to write ten as the sum of primes in exactly five different ways:

Callers

nothing calls this directly

Calls 3

ceilFunction · 0.90
solutionFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected