"Informatics Stars" Online Contests - 2011-2014 |
Start: Oct.20.2012 at 10:00:00 AM
Finish: Oct.20.2012 at 03:00:00 PM
The contest is finished!
• Contest scoreboard
|
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 b>
td>
|
5 33333
3
td>
|
Output b> td>
tr>
11111
td>
| |
Для отправки решений необходимо выполнить вход.
|