- The Modern C++ Challenge
- Marius Bancila
- 34字
- 2021-06-25 22:01:21
4. Largest prime smaller than given number
Write a program that computes and prints the largest prime number that is smaller than a number provided by the user, which must be a positive integer.