HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Contests > Lab11 - SWE > problem:


2. 50459 - The Biggest Digit

Lab11 - SWE

Start: Dec.12.2023 at 12:16:04 AM
Finish: Dec.22.2023 at 11:16:04 PM
The contest is finished!
• Contest scoreboard

Guest
• Review clarifications (2)

Contest problems

• 50396 - Cinema Tickets - 1
• 50433 - Sum of Cubes
• 50435 - City Electric Bills
• 50440 - Call Center
• 50462 - Class Average (3 Grades)
• 13-Fall2-30. 50397 - The Number of...
• 14-03-50. 50469 - Letter Grades
• 15-SprPr2-50. 50508 - The Biggest ...
• 2. 50459 - The Biggest Digit

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