Skip to content

Commit 0bfeb0a

Browse files
committed
Remove a deadname
1 parent 4d028d3 commit 0bfeb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/the_silly_solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ constexpr int multiple(int n, int f1, Nums... nums)
313313
Here's the code itself. If this problem has interested you, feel free to work on it and share your own results with everybody. Who knows, maybe there are more efficient ways to solve this problem.
314314
But that's it for me, see you in the future!
315315

316-
**Update**: After posting this post, the problem caught attention of a user named Proloy. And he posted a simple solution which I completely overlooked.
316+
**Update**: After posting this post, the problem caught attention of a user named Moja. And he posted a simple solution which I completely overlooked.
317317
```py
318318
def count_parts(favs, n):
319319
curr = [1] + [0]*n

0 commit comments

Comments
 (0)