Skip to content

Commit 016ca38

Browse files
changes done
1 parent d7c39bf commit 016ca38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/2500 - 3000/2549-Count Distinct Numbers on Board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: "This is a solution to the Count Distinct Numbers on Board problem
1414

1515
You are given a positive integer n, that is initially placed on a board. Every day, for 109 days, you perform the following procedure:
1616

17-
For each number x present on the board, find all numbers 1 <= i <= n such that x % i == 1.
17+
For each number x present on the board, find all numbers `1 <= i <= n` such that x % i == 1.
1818
Then, place those numbers on the board.
1919
Return the number of distinct integers present on the board after 109 days have elapsed.
2020

0 commit comments

Comments
 (0)