Skip to content

Commit 503f3ae

Browse files
Update bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp
1 parent 8a7eec5 commit 503f3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
#include <cassert> /// for assert
21-
#include <cstdint> /// for integral typedefs
21+
#include <cstdint>
2222
#include <iostream> /// for IO operations
2323

2424
/**

0 commit comments

Comments
 (0)