HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Repetition (Loops) > problem:


140. 50655 - Divisibility by 9

Guest
• Discussion of problem (1)

Volume problems

• 060. Problem 2
• 065. 50394 - Water Bills
• 070. 50465 - How many students h...
• 075. 50363 - Class GPA Average
• 085. 50333 - Series of Squares
• 095. 50651 - Largest power of two
• 130. 50440 - Call Center
• 135. 50392 - How much space
• 140. 50655 - Divisibility by 9
• 145. 50656 - Divisibility by 11
• 160. 50546 - Average Fuel Price
• 50338 - Convert Into Decimal
• 180. 50343 - The number of Ending...

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. Difficulty Beta

Divisibility by 9

Shqip

A number is divisible by 9, if sum of its digits is a multiple of 9.
Write a program that reads a number and finds out the remainder when the number is divided by 9.

Input specification
The first digit will be a non-zero digit. That digit is followed by other digits forming a number up to 250 digit long. There is a semicolon after the last digit showing the end of the number.

Output specification
Show the remainder from the division process.

Sample Input I     
5490;    

Sample Output I
0
Sample Input II
41085897;

Sample Output II
6

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

www.contester.ru