Skip to content

Commit 9337da8

Browse files
author
rom.spiridonov
committed
feat: finalize solution implementation for LC problem #3409
1 parent e7515b8 commit 9337da8

File tree

1 file changed

+1
-1
lines changed
  • solution/3400-3499/3409.Longest Subsequence With Decreasing Adjacent Difference

1 file changed

+1
-1
lines changed

solution/3400-3499/3409.Longest Subsequence With Decreasing Adjacent Difference/Solution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#include <vector>
21
#include <algorithm>
32
#include <ranges>
3+
#include <vector>
44
using namespace std;
55
using namespace std::ranges;
66

0 commit comments

Comments
 (0)