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

Сборники > Kovrov IT > задача:


50400 - nth Row rth Element of a Table

Гость
• Вопросы к жюри (1)

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

• 280. 50477 - Character Pyramids
• 50304 - Number Pattern
• 50492 - Contest Scoreboard
• 50322 - Snake Pattern
• 50321 - Missing Number
• 50445 - Cryptography
• 50410 - Zero Padding
• 50380 - Sum of the Numbers in the ...
• 50400 - nth Row rth Element of ...
• 50457 - The Number of Winners
• 50585 - Prodhimi i brendshem
• 50587 - Shnderrimi i numrit ne nje s...
• 030. 50737 - Sum of the k-largest n...
• 50419 - The longest bitonic sequence
• 50317 - Student Line Up
• 50311 - Student Line Up
• 50398 - Sum of kth Anti-diagonal

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

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

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

nth Row rth Element of a Table

We frequently use tables, in computers. But normally, there is no tabular structure in the memory. Computer memory is a vectoral form series of memory locations. The data is stored in a vectoral form but whenever needed it's treated in a tabular format.

Question:
Write a program that reads a list of numbers in vectoral format, Then, you will be given the row and col positions of two elements from the table. Show the sum of these numbers

Input specification
You will be first given 2 integers: dimensions of the table (numRows and numCols) where 0 < (numRows and numCols) < 1000. The numbers in the table are integers between -30000 and 30000. Then, you will be given the row and column positions of two elements from the table. The last line will contain the numbers of the table in vector format. And, there will be at most 1000 integers in every line.

Output specification
Show just one integer number: sum of the two numbers.

Sample Input I   
  3 2
  2 2 3 1
  19 22 -14 17 19 -6  
Sample Output I   
  36


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

www.contester.ru