micranes / micranes/JumpingIntoCpp
Chapter 7 Problem 003
Open
- Dominant language
- TeX
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
3. Design a program that finds all numbers from 1 to 1000 whose prime factors, when added
together, sum up to a prime number (for example, 12 has prime factors of 2, 2, and 3, which
sum to 7, which is prime). Implement the code for that algorithm.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.