A=B
Not enough ratings
Prime factorization
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
Updated
5.380 KB
28 Mar, 2022 @ 5:07pm
9 May, 2022 @ 3:57am
3 Change Notes ( view )

Subscribe to download
Prime factorization

Description
Input: A binary integer greater than 1.
Output: Its binary prime factors in ascending order, separated by commas.
Constraint: 2 <= Input number <= 100
Popular Discussions View All (3)
5
9 May, 2022 @ 6:29am
Broken test cases
David
1
1
14 Apr, 2023 @ 11:45pm
Another Solution
Confr1ngo
1
1
15 Apr, 2023 @ 12:25am
Solution thread
ORmorni