STEAM_WORKSHOP creator
76561198753966794
4 projects across 1 game, 81 downloads in total.
- Projects
- 4
- Game
- 1
- Downloads
- 81
- Last shipped
- 5 mo ago
- A<B, A>B, A=BInput: Two binary numbers, separated by a comparison symbol (<, >, =). Output: true if the comparison is valid, false otherwise. Constraint: 0 <= Input number <= 3122 downloadsupdated 7 mo ago
- A<B, A>B, A=B (Hard)Input: Two binary numbers, separated by a comparison symbol (<, >, =). Output: true if the comparison is valid, false otherwise. Constraint: -31 <= Input number <= 3121 downloadsupdated 5 mo ago
- A/B (Advanced)Input: Two binary numbers, separated by "/". Output: The result of division. If the result is not an integer, use "." to separate the integer and fractional parts. If the fractional part is repeating, enclose the repeating part in "[" and "]". Constraint: 1 <= Input number <= 3119 downloadsupdated 8 mo ago
- A^BInput: Two binary numbers, separated by "^". Output: The result of exponentiation. Constraint: 1 <= First number <= 31 1 <= Second number <= 1519 downloadsupdated 7 mo ago