diff --git a/library/template/main.cpp b/library/template/template.cpp similarity index 100% rename from library/template/main.cpp rename to library/template/template.cpp diff --git a/library/template/template.hpp b/library/template/template.hpp index 6d9be60..83b5065 100644 --- a/library/template/template.hpp +++ b/library/template/template.hpp @@ -44,7 +44,7 @@ struct Setup { std::cin.tie(nullptr); std::cout << std::fixed << std::setprecision(11); } -} _setup; +} setup; #ifdef LOCAL #include "template_local.hpp"