A=B
Not enough ratings
k-1 Subtraction
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
Updated
37.045 KB
11 Nov, 2024 @ 7:01pm
11 Mar @ 7:58am
3 Change Notes ( view )

Subscribe to download
k-1 Subtraction

In 1 collection by カズエイ
kazuei's problems
12 items
Description
Input: Two binary numbers, separated by a "-".
Output: The result of the subtraction.
Constraint: 1 <= Input number <= 31
First number > Second number as well as
First number <= Second number

<日本語訳>
k-1 減法
入力: "-"で区切られた、2つの2進数
出力: 引き算の結果。
制約: 1 <= 入力値 <= 31
1つ目の値 > 2つ目の値 だけでなく
1つ目の値 <= 2つ目の値