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 88e70ca commit c8f321bCopy full SHA for c8f321b
dynamic_programming/trapped_rainwater2.cpp
@@ -14,8 +14,8 @@
14
#include <algorithm> /// For std::min and std::max
15
#include <cassert> /// For assert
16
#include <cstddef> /// For std::size_t
17
-#include <cstdint>
18
-#include <vector> /// For std::vector
+#include <cstdint> /// For std::uint32_t
+#include <vector> /// For std::vector
19
20
/*
21
* @namespace
0 commit comments