Problem 55865. Maior Primo
Dado um valor inteiro N, qual o maior valor primo <= N
MaiorPrimo(5) = 5;
MaiorPrimo(10) = 7;
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers42
Suggested Problems
-
Project Euler: Problem 3, Largest prime factor
1639 Solvers
-
Return the first and last characters of a character array
11207 Solvers
-
Flip the vector from right to left
10222 Solvers
-
特定の値がベクトル内に含まれているかを確認するコードを書こう
329 Solvers
-
1092 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!