Problem2990--【基础】除以13

2990: 【基础】除以13

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入一个大于0的大整数N,长度不超过100位,要求输出其除以13得到的商和余数

Input

一个大于0的大整数,长度不超过100位。

Output

两行,分别为整数除法得到的商和余数。

Sample Input Copy

2132104848488485

Sample Output Copy

164008065268345
0

Source/Category