From 2003de2e1b64ab7db90d003da0ed491aeadcca65 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Fri, 4 Oct 2024 00:24:14 +0800 Subject: [PATCH] update --- P7076/P7076.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/P7076/P7076.cpp b/P7076/P7076.cpp index a0bd87e..3896efb 100644 --- a/P7076/P7076.cpp +++ b/P7076/P7076.cpp @@ -3,9 +3,7 @@ #include using ull = unsigned long long; -using std::cin,std::cout,std::iostream,std::bitset; -ull n,m,c,k,num,input,p,q,ans {1}; -bitset<64+5> bt; +using std::cout,std::iostream,std::bitset; template class ReadNumber{ @@ -29,6 +27,9 @@ public: } }; +ull n,m,c,k,num,input,p,q,ans {1}; +bitset<64+5> bt; + ReadNumber readull; #define cin readull