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
-
7467 Solvers
-
Set the array elements whose value is 13 to 0
1438 Solvers
-
Remove element(s) from cell array
1989 Solvers
-
339 Solvers
-
10752 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!