From 53ee04cdbf7fbdc6bbae884752f01aec2aca07b4 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sat, 16 Nov 2024 17:27:02 +0800 Subject: [PATCH] update --- src/P1972/P1972.cpp | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/P1972/P1972.cpp b/src/P1972/P1972.cpp index 5290188..1584311 100644 --- a/src/P1972/P1972.cpp +++ b/src/P1972/P1972.cpp @@ -1,5 +1,6 @@ #include #include +#include #include #include @@ -33,7 +34,7 @@ ll tpsch(ll idx){ return res; } -#define DB(v){cout<<#v<<": "<<(v)<<'\n';}; + int main(){ std::iostream::sync_with_stdio(false), cin.tie(nullptr), cout.tie(nullptr); @@ -61,18 +62,11 @@ int main(){ tadd(i, 1); } if(i==schs[nm].r){ - // cout<<"{ "; - // for(ll i{1}; i<=schs[nm].r; i++){ - // cout<