diff options
Diffstat (limited to '2024/template.cpp')
| -rw-r--r-- | 2024/template.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/2024/template.cpp b/2024/template.cpp index 8428266..3707052 100644 --- a/2024/template.cpp +++ b/2024/template.cpp | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | #include <algorithm> | ||
| 1 | #include <iostream> | 2 | #include <iostream> |
| 3 | #include <sstream> | ||
| 4 | #include <string> | ||
| 5 | #include <string_view> | ||
| 2 | #include <vector> | 6 | #include <vector> |
| 3 | #include <algorithm> | ||
| 4 | using namespace std; | 7 | using namespace std; |
| 5 | 8 | ||
| 6 | int main() { | 9 | int main() { |
