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 523d02e commit 9c35a06Copy full SHA for 9c35a06
backtracking/subset_sum.cpp
@@ -10,7 +10,7 @@
10
*/
11
12
#include <cassert> /// for assert
13
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
14
#include <iostream> /// for IO operations
15
#include <vector> /// for std::vector
16
0 commit comments