|
| 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 | +[163e8e86-7bfd-4ee2-bd68-d083dc3381a3] |
| 13 | +description = "Perfect numbers -> Smallest perfect number is classified correctly" |
| 14 | + |
| 15 | +[169a7854-0431-4ae0-9815-c3b6d967436d] |
| 16 | +description = "Perfect numbers -> Medium perfect number is classified correctly" |
| 17 | + |
| 18 | +[ee3627c4-7b36-4245-ba7c-8727d585f402] |
| 19 | +description = "Perfect numbers -> Large perfect number is classified correctly" |
| 20 | + |
| 21 | +[80ef7cf8-9ea8-49b9-8b2d-d9cb3db3ed7e] |
| 22 | +description = "Abundant numbers -> Smallest abundant number is classified correctly" |
| 23 | + |
| 24 | +[3e300e0d-1a12-4f11-8c48-d1027165ab60] |
| 25 | +description = "Abundant numbers -> Medium abundant number is classified correctly" |
| 26 | + |
| 27 | +[ec7792e6-8786-449c-b005-ce6dd89a772b] |
| 28 | +description = "Abundant numbers -> Large abundant number is classified correctly" |
| 29 | + |
| 30 | +[e610fdc7-2b6e-43c3-a51c-b70fb37413ba] |
| 31 | +description = "Deficient numbers -> Smallest prime deficient number is classified correctly" |
| 32 | + |
| 33 | +[0beb7f66-753a-443f-8075-ad7fbd9018f3] |
| 34 | +description = "Deficient numbers -> Smallest non-prime deficient number is classified correctly" |
| 35 | + |
| 36 | +[1c802e45-b4c6-4962-93d7-1cad245821ef] |
| 37 | +description = "Deficient numbers -> Medium deficient number is classified correctly" |
| 38 | + |
| 39 | +[47dd569f-9e5a-4a11-9a47-a4e91c8c28aa] |
| 40 | +description = "Deficient numbers -> Large deficient number is classified correctly" |
| 41 | + |
| 42 | +[a696dec8-6147-4d68-afad-d38de5476a56] |
| 43 | +description = "Deficient numbers -> Edge case (no factors other than itself) is classified correctly" |
| 44 | + |
| 45 | +[72445cee-660c-4d75-8506-6c40089dc302] |
| 46 | +description = "Invalid inputs -> Zero is rejected (as it is not a positive integer)" |
| 47 | +include = false |
| 48 | + |
| 49 | +[2d72ce2c-6802-49ac-8ece-c790ba3dae13] |
| 50 | +description = "Invalid inputs -> Negative integer is rejected (as it is not a positive integer)" |
| 51 | +include = false |
0 commit comments