feat(content): hidden test cases

This commit is contained in:
2025-08-06 23:21:42 +01:00
parent 89b5dd1457
commit 6bed0a6787
134 changed files with 2075 additions and 0 deletions

View File

@@ -26,6 +26,12 @@ test_cases:
expected: 8
- input: { n: 10 }
expected: 89
- input: { n: 20 }
expected: 10946
- input: { n: 6 }
expected: 13
- input: { n: 15 }
expected: 987
description: |
You are climbing a staircase. It takes `n` steps to reach the top.