diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-09 14:06:37 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-09 14:06:37 +0100 |
| commit | 9a1f073f8e33e8b0d6c97332f51161683cfc6e58 (patch) | |
| tree | e6d0fab34f4d0c4270cbbe552cb94507194d1c50 /2024/template.cpp | |
| parent | 93f9d02e978d10b4ff02ac029b6a6eff3d3193cf (diff) | |
| download | aoc-9a1f073f8e33e8b0d6c97332f51161683cfc6e58.tar.gz aoc-9a1f073f8e33e8b0d6c97332f51161683cfc6e58.zip | |
Day 9 with views::reverse
Diffstat (limited to '2024/template.cpp')
| -rw-r--r-- | 2024/template.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2024/template.cpp b/2024/template.cpp index b2fd4ec..2475ae7 100644 --- a/2024/template.cpp +++ b/2024/template.cpp | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include <algorithm> | 1 | #include <algorithm> |
| 2 | #include <iostream> | 2 | #include <iostream> |
| 3 | #include <map> | 3 | #include <map> |
| 4 | #include <ranges> | ||
| 4 | #include <set> | 5 | #include <set> |
| 5 | #include <sstream> | 6 | #include <sstream> |
| 6 | #include <string> | 7 | #include <string> |
