Skip to content

Commit dafe0c1

Browse files
authored
Update confusing-number-ii.cpp
1 parent fdfccd9 commit dafe0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/confusing-number-ii.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class Solution2 {
108108
}
109109

110110
private:
111-
int f(int n) {
111+
int f(int n) { // count confusing numbers in the range of [0, n]
112112
return totalCount(n) - validCountInLessLength(n) - validCountInFullLength(n);
113113
}
114114

0 commit comments

Comments
 (0)