考级202109-5:比 n 小的最大质数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
对于给定的 n,求比 n 小的质数中最大的一个。
质数是指一个大于 1 的自然数,除了 1 和它自身外,不能被其他自然数整除的数。
输入格式
一个整数 n。( 2 < n < 10000)
输出格式
一个整数,即题目要求的解。
输入数据 1
100
输出数据 1
97
数据范围与提示
一级测试第二轮
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2023-7-25 9:45
- End at
- 2023-8-19 9:45
- Duration
- 600 hour(s)
- Host
- Partic.
- 24