HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Search > problem:


50378 - Sum of the given digits

Guest
• Review clarifications (1)

Section problems

• 50562 - List of students
• 50570 - Prime numbers in the seg...
• 50586 - Prime Palindromes
• 50783 - The smallest number
• Raporti Javor
• 50331 - Number of Numbers over A...
• 50465 - How many students have p...
• 50450 - Last Appereance of a Number
• 50378 - Sum of the given digits
• 50458 - Weekly Report
• 50589 - The Number of Eggs Sold
• 50792 - The student with the highest...
• 50558 - Biggest Barn

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.
Question by Ibrahim Mesecan.

Sum of the given digits

You are given some numbers and certain digit numbers. Calculate and show the sum of given digits.

Input specification
You will be given a number (n) first where 1 ≤ n ≤ 100. Then, in the following n lines, you will be given a number which is followed by unknown number of numbers (digits) where each of the digit is between 1 and 9 and the digits end with a -1. Calculate and show sum of the given digits for each number. Note that the numbering of the digits starts from the end.

Output specification
Show sum of given digits for every number in a line


Sample Input
3
6447 2 4 -1
38455 1 4 5 -1
76 1 -1
 Sample Output  
10
16
6

Explanation: For the first number, second digit is 4 and the fourth digit is 6, thus result is 10. For the second number, the first, fourth, and the fifth digits (5, 8 and 3) are asked which makes 16.


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

www.contester.ru