HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Arithmetic > problem:


50653 - Long Divide

Guest
• Review clarifications (1)

Section problems

• 50599 - Sum of Squared Error (SSE...
• 50609 - Long division
• 50633 - The prime factors
• 50634 - Perfect numbers
• 50635 - Decomposition into terms
• 50637 - Number systems
• 50650 - Prime numbers
• 50652 - Prime Factorization
• 50653 - Long Divide
• 50661 - nth Power of a Digit
• 50662 - Prime numbers (2)
• 50684 - Sum of prime numbers fro...
• 50548 - Albanian Airlines
• 50546 - Average Fuel Price

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.

Long Divide

Shqip
When we study programming, normally, we can do arithmetic operations on the numbers which are less than 2 billion or 4 billion (p.s. if you are using "long long" it can go until 20 digits :). 4 billion has got 10 digits. Write a program that divides a 100 digit number by another integer. For Example: 2244444444444444444444442 divided by 2 is 1122222222222222222222221
Ex.2: 12345678 divided by 123 is 100371

Input specification
The first line contains a number n (where 1 ≤ n ≤ 200), the length of the dividend, then the dividend number itself. The secondline contains an integer less than or equals 2 billion.

Output specification
Show the quotient with no decimals (no digits after the floating point).

Input
5 33333
3
Output
11111

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

www.contester.ru