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.
题目描述
求 乘 对 取模的值。
输入格式
第一行输入整数 ,第二行输入整数 ,第三行输入整数 。
输出格式
输出一个整数,表示 a*b mod p
的值。
样例 #1
样例输入 #1
3
4
5
样例输出 #1
2
提示