-
Notifications
You must be signed in to change notification settings - Fork 1
/
azercell-cup-2021-round-1-next-prime-number.json
1 lines (1 loc) · 3.61 KB
/
azercell-cup-2021-round-1-next-prime-number.json
1
{"title": {"az": "Növbəti sadə ədəd", "en": "Next prime number", "ru": "Следующее простое число"}, "statement": {"az": "Verilmiş $x$ ($1 ≤ x ≤ 2 * 10^9$ ) ədədindən sonra gələn ən kiçik **sadə ədədi** tapın.\r\nXatırladaq ki, yalnız $1$-ə və **özünə bölünən** ədədə **sadə ədəd** deyilir.\r\n**Qeyd**: $1$ sadə ədəd deyil.\r\n", "en": "Find the smallest prime number that comes after $x$ ($1 ≤ x ≤ 2 * 10^9$ ).\r\nRecall that a number is called **prime** if it is divisible only by $1$ and **itself**.\r\n**Note**: $1$ is not a prime.", "ru": "Найдите наименьшее простое число, которое следует после данного числа $x$ ($1 ≤ x ≤ 2 * 10^9$ ). \r\nНапомним, что только числа, делящиеся на **1** и **самого себя**, называются **простыми числами**.\r\n**Примечание**: $1$ не простое число.\r\n"}, "input_format": {"az": "Yeganə sətirdə bir tam ədəd $x$ ($1 ≤ x ≤ 2 * 10^9$ ) verilir.", "en": "Given an integer $x$ ($1 ≤ x ≤ 2 * 10^9$ ) in a single line.", "ru": "Первая строка содержит единственное положительное целое число $x$ ($1 ≤ x ≤ 2 * 10^9$ ) . "}, "output_format": {"az": "Çıxışa $x$-dən böyük olan ən kiçik sadə ədədi verin.", "en": "Print the smallest prime number that comes after $x$.", "ru": "Выведите наименьшее простое число больше $x$."}, "notes": {"az": "Ilk nümünənin izahatı: $2$-dən sonra gələn ən kiçik sadə ədəd $3$-dür.\r\nIkinci nümünənin izahatı: $9$-dan sonra gələn ən kiçik sadə ədəd $11$-dir.", "en": "Explanation of the **first** test: The smallest prime that comes after $2$ is $3$.\r\nExplanation of the **second** test: The smallest prime that comes after $9$ is $11$.", "ru": "Объяснение первого примера: После $2$-х идущее наименьшее простое число это $3$.\r\nОбъяснение второго примера: После $9$-и идущее наименьшее простое число это $11$."}, "scores_format": {"az": "Bu məsələ aşağıdakı kimi $3$ alt tapşırıqdan ibarətdir:\r\n\r\n| Alt tapşırıq | Əlavə məhdudiyyətlər | Qiymətləndirmə |\r\n|-----------------|------------------------------------------|----------------|\r\n| 1 | $ x ≤ 100 $ | 9 bal |\r\n| 2 | $x ≤ 10^5$ | 33 bal |\r\n| 3 | Əlavə məhdudiyyət yoxdur | 58 bal |", "en": "This task contains $3$ subtasks as described below:\r\n\r\n| Subtask | Additional constraints | Scoring |\r\n|-----------------|------------------------------------------|----------------|\r\n| 1 | $ x ≤ 100 $ | 9 points |\r\n| 2 | $x ≤ 10^5$ | 33 points |\r\n| 3 | No additional constraints | 58 points |", "ru": "Данная задача состоит из нижеследующих $3$ подзадач:\r\n\r\n| Подзадача | Дополнительные ограничения | Оценивание |\r\n|-----------------|------------------------------------------|----------------|\r\n| 1 | $ x ≤ 100 $ | 9 баллов |\r\n| 2 | $x ≤ 10^5$ | 33 баллов |\r\n| 3 | Дополнительных ограничений нет | 58 баллов |"}, "source": {"az": "", "en": "", "ru": ""}, "author": {"az": "", "en": "", "ru": ""}}