HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Search > problem:


50459 - The Biggest Digit

Guest
• Review clarifications (2)

Section problems

• 50832 - Rock Paper Scissors Lizard ...
• 50834 - The train which leaves the f...
• 51046 - The biggest number
• 50453 - The Cubic Difference
• 50451 - Processing Cost
• 50538 - Sum of kth Diagonal
• 50535 - Image Compression
• 50470 - Close Pairs - Revised
• 50459 - The Biggest Digit
• 50784 - Top Growing Company
• 50791 - Mine field
• 50867 - Average of the Best Grades
• 50460 - Median of 3 Numbers
• 50566 - Grade Point Average (GPA)
• 50573 - Count and Sum
• 50575 - Number of Prime numbers
• 50576 - Number of Perfect numbers

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.

The Biggest Digit

Question: You will be given n numbers. Find the biggest digits of each number. And then, find sum of the biggest digits. For example: if you are given the following 3 numbers
  5071
  189
  32636
The biggest digits of given numbers are 7,9 and 6. And the sum is 22.

Input specification
You will be given an integer number (n) where is 0 ≤ n ≤ 100 and each of the following n lines will have a number which are between -2x109 and 2x109.

Output specification
Show one number: sum of the biggest digits of the given numbers.

 Sample Input   
 3
 10002
 -2500
 153
 Sample Output   
 12


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

www.contester.ru