kupl / apps-sal

Programming Competition Style Python Codes Datasets
MIT License
1 stars 0 forks source link

Guard `k` To Make It Smaller Than `n` #76

Closed henrylee97 closed 2 years ago

henrylee97 commented 2 years ago

Changes

Check k <= n and if not make k to n.

Related Issues

Resolves #75