Dado um valor inteiro N, qual o maior valor primo <= N
MaiorPrimo(5) = 5;
MaiorPrimo(10) = 7;
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers45
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2570 Solvers
-
Convert a numerical matrix into a cell array of strings
2502 Solvers
-
985 Solvers
-
1902 Solvers
-
Find the max element of the array
2279 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!