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 Solvers46
Suggested Problems
-
6992 Solvers
-
Vectorize the digits of an Integer
338 Solvers
-
477 Solvers
-
Remove element(s) from cell array
2099 Solvers
-
特定の値がベクトル内に含まれているかを確認するコードを書こう
344 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!