update
This commit is contained in:
parent
92c88c5e20
commit
2003de2e1b
@ -3,9 +3,7 @@
|
|||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
using ull = unsigned long long;
|
using ull = unsigned long long;
|
||||||
using std::cin,std::cout,std::iostream,std::bitset;
|
using std::cout,std::iostream,std::bitset;
|
||||||
ull n,m,c,k,num,input,p,q,ans {1};
|
|
||||||
bitset<64+5> bt;
|
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
class ReadNumber{
|
class ReadNumber{
|
||||||
@ -29,6 +27,9 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ull n,m,c,k,num,input,p,q,ans {1};
|
||||||
|
bitset<64+5> bt;
|
||||||
|
|
||||||
ReadNumber<ull> readull;
|
ReadNumber<ull> readull;
|
||||||
#define cin readull
|
#define cin readull
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user