HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Array and Matrices > problem:


50653 - Long Divide

Guest
• Review clarifications (1)

Volume problems

• 50563 - Long Modulus
• 50565 - Binary numbers
• 50567 - Input Data Normalization
• 50569 - 12th Grade Elective Subjects
• 50585 - Inner Product
• 50587 - Modular Conversion
• 50592 - Matrix Multiplication
• 50594 - Transformations
• 50653 - Long Divide
• 50767 - Censor
• 50768 - Where is Waldorf?
• 50792 - The student with the highest...
• 51182 - Count and Sum 2
• 51193 - The max element of k-th co...
• 51196 - The sum of two arrays
• 51197 - Even and odd Numbers
• Problem 3

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