|
| 1 | +# This is an auto-generated file. |
| 2 | +# |
| 3 | +# Regenerating this file via `configlet sync` will: |
| 4 | +# - Recreate every `description` key/value pair |
| 5 | +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications |
| 6 | +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) |
| 7 | +# - Preserve any other key/value pair |
| 8 | +# |
| 9 | +# As user-added comments (using the # character) will be removed when this file |
| 10 | +# is regenerated, comments can be added via a `comment` key. |
| 11 | + |
| 12 | +[5ce422f9-7a4b-4f44-ad29-49c67cb32d2c] |
| 13 | +description = "single bit one to decimal" |
| 14 | + |
| 15 | +[0cc3fea8-bb79-46ac-a2ab-5a2c93051033] |
| 16 | +description = "binary to single decimal" |
| 17 | + |
| 18 | +[f12db0f9-0d3d-42c2-b3ba-e38cb375a2b8] |
| 19 | +description = "single decimal to binary" |
| 20 | + |
| 21 | +[2c45cf54-6da3-4748-9733-5a3c765d925b] |
| 22 | +description = "binary to multiple decimal" |
| 23 | + |
| 24 | +[65ddb8b4-8899-4fcc-8618-181b2cf0002d] |
| 25 | +description = "decimal to binary" |
| 26 | + |
| 27 | +[8d418419-02a7-4824-8b7a-352d33c6987e] |
| 28 | +description = "trinary to hexadecimal" |
| 29 | + |
| 30 | +[d3901c80-8190-41b9-bd86-38d988efa956] |
| 31 | +description = "hexadecimal to trinary" |
| 32 | + |
| 33 | +[5d42f85e-21ad-41bd-b9be-a3e8e4258bbf] |
| 34 | +description = "15-bit integer" |
| 35 | + |
| 36 | +[d68788f7-66dd-43f8-a543-f15b6d233f83] |
| 37 | +description = "empty list" |
| 38 | + |
| 39 | +[5e27e8da-5862-4c5f-b2a9-26c0382b6be7] |
| 40 | +description = "single zero" |
| 41 | + |
| 42 | +[2e1c2573-77e4-4b9c-8517-6c56c5bcfdf2] |
| 43 | +description = "multiple zeros" |
| 44 | + |
| 45 | +[3530cd9f-8d6d-43f5-bc6e-b30b1db9629b] |
| 46 | +description = "leading zeros" |
| 47 | + |
| 48 | +[a6b476a1-1901-4f2a-92c4-4d91917ae023] |
| 49 | +description = "input base is one" |
| 50 | + |
| 51 | +[e21a693a-7a69-450b-b393-27415c26a016] |
| 52 | +description = "input base is zero" |
| 53 | + |
| 54 | +[54a23be5-d99e-41cc-88e0-a650ffe5fcc2] |
| 55 | +description = "input base is negative" |
| 56 | + |
| 57 | +[9eccf60c-dcc9-407b-95d8-c37b8be56bb6] |
| 58 | +description = "negative digit" |
| 59 | + |
| 60 | +[232fa4a5-e761-4939-ba0c-ed046cd0676a] |
| 61 | +description = "invalid positive digit" |
| 62 | + |
| 63 | +[14238f95-45da-41dc-95ce-18f860b30ad3] |
| 64 | +description = "output base is one" |
| 65 | + |
| 66 | +[73dac367-da5c-4a37-95fe-c87fad0a4047] |
| 67 | +description = "output base is zero" |
| 68 | + |
| 69 | +[13f81f42-ff53-4e24-89d9-37603a48ebd9] |
| 70 | +description = "output base is negative" |
| 71 | + |
| 72 | +[0e6c895d-8a5d-4868-a345-309d094cfe8d] |
| 73 | +description = "both bases are negative" |
0 commit comments