ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Сборники > Задачи со всего света > задача:


50911 - Symmetric Array

Гость
• Обсуждение задачи (2)

Задачи сборника

• 50862 - Sum of the Pairs
• 50904 - Print All Prime Numbers
• 50307 - Palindromes
• 50305 - John's Tasks
• 50315 - Pig Latin
• 50911 - Symmetric Array
• 50296 - Total Discount Rate
• 50935 - Max Discount
• 50851 - Repeated Numbers
• 50838 - Balanced Numbers
• 50724 - Number of Circles
• 50916 - Ascending Numbers
• 50926 - School Mail Merge
• 50917 - Descending Numbers

Обратная связь

Если у вас есть предложения или пожелания по работе Contester, посетите форум сайта www.contester.ru.

Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.
Prepared by Ibrahim Mesecan.

Symmetric Array

Question
An array is Symmetric if it is read from left to right and right to left the same. Write a program that takes an array and decides if the array is Symmetric or not.

Input specification
You will be first given a number (n) the length of the array. Then, you will be given n integers which are between 1e-7 and 1e7. and 1 ≤ n < 10,000

Output specification
If the array is Symmetric, show "YES", otherwise "NO".

Input 1 Input 2
7
22 33 44 55 44 33 22
5
22 33 44 55 44
Output 1 Output 2
YES
NO

Для отправки решений необходимо выполнить вход.

www.contester.ru