diff --git a/.clang-format b/.clang-format index cec3f71..abf7494 100644 --- a/.clang-format +++ b/.clang-format @@ -5,4 +5,4 @@ DerivePointerAlignment: false # Default for clang-8, changed in later clangs. Set explicitly for forwards # compatibility for students with modern clangs -IncludeBlocks: Preserve +# IncludeBlocks: Preserve diff --git a/daily/May17.cpp b/daily/May17.cpp index 04d213e..53cb9cf 100644 --- a/daily/May17.cpp +++ b/daily/May17.cpp @@ -1,6 +1,6 @@ -#include - +#include #include +#include using namespace std; class Solution { @@ -55,4 +55,4 @@ class Solution { return ans; } -}; \ No newline at end of file +};