diff --git a/Daily/Numberof_1bit.cpp b/Daily/Numberof_1bit.cpp index 4d1c6fd..1e1d34b 100644 --- a/Daily/Numberof_1bit.cpp +++ b/Daily/Numberof_1bit.cpp @@ -10,7 +10,6 @@ Binary representation is '110' So the count of the set bit is 2. - Input: 8 Output: