A divide B large numbers

View as PDF

Submit solution

Points: 100.00
Time limit: 1.0s
Memory limit: 1G
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Cho 2 số nguyên ~a~ và ~b~

Yêu cầu: Tính ~a/b~

Dữ liệu vào: Hai số ~a~ và ~b~ trên 2 dòng

Kết quả: Giá trị của ~a/b~

Chú ý: ~a~ là số rất lớn lên đến hàng triệu chữ số, ~0 < b <= 1000000000~

Ví dụ:
Input 1:
9
4
Output 1:
2
Input 2:
12111222999090909090909090909090909090424234242235235235235
32342
Output 2:
374473532839370140712049066510757191590632435911051735

Comments

Please read the guidelines before commenting.


There are no comments at the moment.