A=B
Not enough ratings
k-8 Prime Factorization
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
Updated
20.779 KB
11 Nov, 2024 @ 7:08pm
20 Jan @ 1:36am
2 Change Notes ( view )

Subscribe to download
k-8 Prime Factorization

In 1 collection by カズエイ
kazuei's problems
12 items
Description
Input: A binary number.
Output: Its prime factors in ascending order, separated by "*"s.
Constraint: 2 <= Input number <= 256

<日本語訳>
k-8 素因数分解
入力: 2進数
出力: 入力値の素因数を昇順に並べ、それを"*"で区切ったもの。
制約: 2 <= 入力値 <= 256