From c22aa52d7bbbd39931c0bcbfcc72672e739ae9c3 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sat, 16 Nov 2024 17:29:03 +0800 Subject: [PATCH] update --- src/P1972/P1972.cpp | 2 -- 1 file changed, 2 deletions(-) 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);