#B. 64位整数乘法

    Type: Default 1000ms 256MiB

64位整数乘法

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

aabbpp 取模的值。

输入格式

第一行输入整数 aa,第二行输入整数 bb,第三行输入整数 pp

输出格式

输出一个整数,表示 a*b mod p 的值。

样例 #1

样例输入 #1

3
4
5

样例输出 #1

2

提示

1a,b,p10181 \le a,b,p \le 10^{18}

位运算

Not Claimed
Status
Done
Problem
5
Open Since
2024-7-14 0:00
Deadline
2024-7-23 23:59
Extension
24 hour(s)