Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
欧拉函数和数论中的其他问题
Module:
欧拉函数和数论中的其他问题
Problem
6
/9
费马小定理的应用
Problem
给定一个数
a
和一个质数
p
。找到满足
\((a * x) \% p = 1\)
的最小数
x
。
输入
输入是两个自然数
a
,
p
(
\(a,\ p <= 10^ {18} \)
).
印记
打印问题的答案。
例子
<头>
#
输入
输出
东西> <正文>
1
2 5
3
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary