Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
素数と素因数への数値の因数分解
Module:
素数と素因数への数値の因数分解
Problem
9
/9
程度
Problem
与えられた自然
A
について、
N
を
N
乗するような最小の自然
N
を見つけます (
N
を
N
回掛ける) を
A
で割ります。
入力データ
入力は単一の数値
A
(
\(1 <= A <= 10^9\)
) です。
出力
単一の数値
N
を出力する必要があります。
例
<頭>
#
入力
出力
<本体>
1
8
4
2
13
13
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary