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<