We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0a7a8 commit d429503Copy full SHA for d429503
include/utils/numeric_algorithm.hpp
@@ -1,6 +1,6 @@
1
#pragma once
2
3
-#include <stdint.h>
+#include <cstdint>
4
#include <cmath>
5
6
[[nodiscard]] constexpr size_t numOfDigits(uint64_t num) noexcept {
src/day11.cpp
@@ -2,6 +2,7 @@
#include "utils/numeric_algorithm.hpp"
#include <sstream>
7
8
src/day1_part2.cpp
@@ -1,4 +1,5 @@
#include <algorithm>
#include <iostream>
#include <fstream>
#include <unordered_map>
0 commit comments