-
Notifications
You must be signed in to change notification settings - Fork 1
/
bel-c2-A.json
1 lines (1 loc) · 1.09 KB
/
bel-c2-A.json
1
{"title": {"az": "Cüt və ya tək", "en": "Even or Odd", "ru": "Четное или нечетное"}, "statement": {"az": "**n** natural ədədi verilmişdir. Onun cüt və ya tək olmasını yoxlayın.", "en": "Positive integer **n** is given. Determine its parity.\r\n", "ru": "Задано натуральное число **n**. Определить его четность.\r\n"}, "input_format": {"az": "**n** (**1** ≤ **n** ≤ $10^9$) natural ədədi.\r\n", "en": "One positive integer **n** (**1** ≤ **n** ≤ $10^9$).\r\n", "ru": "Одно натуральное число **n** (**1** ≤ **n** ≤ $10^9$).\r\n"}, "output_format": {"az": "**n** cütdürsə **EVEN**, təkdirsə **ODD** çap edin.", "en": "If number **n** is even, print **EVEN**. If number is odd, print **ODD**.", "ru": "Если число **n** четное, то вывести **EVEN**. Если нечетное, то вывести **ODD**."}, "notes": {"az": "", "en": "", "ru": ""}, "scores_format": {"az": "", "en": "", "ru": ""}, "source": {"az": "", "en": "", "ru": ""}, "author": {"az": "", "en": "", "ru": ""}}