Login
Register
HelloWorld信息学奥赛题库
少儿编程
少儿编程
Contests
Problems
Problem Items
Submissions
//= HTML::url('/hacks') ?>//= UOJLocale::get('hacks') ?>
Blogs
Help
时间限制:N/A
空间限制:N/A
#13120. A/B Problem
Statistics
Statement
Submit
Custom Test
题目描述
求A/B的整数商和余数。(高精度)
输入格式
两行,两个数。A<10^2500,B<10^8
输出格式
整数商和余数
样例数据
input
5 2
output
2 1
Submit
Run