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 813cdca commit a660364Copy full SHA for a660364
bit_manipulation/sliding_window_xor.cpp
@@ -14,8 +14,8 @@
14
* @author [Abhiraj Mandal](https://github.com/DataWorshipper)
15
*/
16
17
-#include <cassert> /// for assert
18
-#include <cstdint> /// for std::uint32_t
+#include <cassert> /// for assert
+#include <cstdint> /// for std::uint32_t
19
#include <iostream> /// for IO operations
20
#include <vector>
21
0 commit comments