We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f509005 commit 12f0d52Copy full SHA for 12f0d52
bit_manipulation/set_kth_bit.cpp
@@ -19,7 +19,7 @@
19
*/
20
21
#include <cassert> /// for assert
22
-#include <cstdint> /// for integral typdefs
+#include <cstdint>
23
#include <iostream> /// for IO operations
24
25
/**
0 commit comments