aboutsummaryrefslogtreecommitdiff
path: root/2024/template.cpp
diff options
context:
space:
mode:
Diffstat (limited to '2024/template.cpp')
-rw-r--r--2024/template.cpp5
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>
4using namespace std; 7using namespace std;
5 8
6int main() { 9int main() {

Generated with cgit - Back to sebastiano.tronto.net