HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Contests > CEN111 Homeworks 2013-2015 > problem:


13-Fall2-50. 50400 - nth Row rth Element of a Table

CEN111 Homeworks 2013-2015

Start: Jan.10.2015 at 10:00:00 AM
Finish: Jan.10.2015 at 03:00:00 PM
The contest is finished!
• Contest scoreboard

Guest
• Review clarifications (1)

Contest problems

• 50389 - Reverse an Array
• 50392 - How much space
• 50378 - Sum of the given digits
• 13-Fall2-10. 50379 - a^b modulus k
• 13-Fall2-20. 50399 - Mobile Base Sta...
• 13-Fall2-40. 50401 - Sum of Odd N...
• 13-Fall2-50. 50400 - nth Row rt...
• 14-Fall1-10. 50532 - Close City
• 14-Fall1-30. 50500 - Find Student
• 14-Fall1-40. 50511 - Class Average
• 14-Fall1-50. 50481 - Car Parking
• 14-Fall2-10. 50510 - What floor are ...
• 14-Fall2-20. 50504 - School contest
• 14-Fall2-30. 50523 - Total Tax to Pay
• 14-Fall2-40. 50514 - Bookkeeping

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
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