diff --git a/src/P1972/P1972.cpp b/src/P1972/P1972.cpp index 1584311..ec95f7e 100644 --- a/src/P1972/P1972.cpp +++ b/src/P1972/P1972.cpp @@ -34,8 +34,6 @@ ll tpsch(ll idx){ return res; } - - int main(){ std::iostream::sync_with_stdio(false), cin.tie(nullptr), cout.tie(nullptr);