소인수분해!
Time Limit: 2 SecMemory Limit: 512 MiB
Example Input 1
11
Example Output 1
2 8
3 4
5 2
7 1
11 1
Example Input 2
107
Example Output 2
2 102
3 50
5 25
7 17
11 9
13 8
17 6
19 5
23 4
29 3
31 3
37 2
41 2
43 2
47 2
53 2
59 1
61 1
67 1
71 1
73 1
79 1
83 1
89 1
97 1
101 1
103 1
107 1
Language-Specific Restrictions
© 2023-2025. All rights reserved.
Powered by @Rn
logo