diff --git a/src/11/6/P7114.cpp b/src/11/6/P7114.cpp new file mode 100644 index 0000000..b63bbbb --- /dev/null +++ b/src/11/6/P7114.cpp @@ -0,0 +1,53 @@ +#include +#include +#include +#include +#include +#include +using ll = int64_t; +#define sl static inline + +std::string s; +std::bitset<256> mcj,maj; +sl ll cj(){return mcj.count();} +sl ll aj(){return maj.count();} + +sl void solve(){ + ll ans=0; + mcj.reset(); + maj.reset(); + std::cin>>s; + for(ll alen=1;alencj()){ + continue; + } + for(ll i=alen+blen;i>t; + while(t--){ + solve(); + } +} \ No newline at end of file diff --git a/src/test.cpp b/src/test.cpp index cecbaac..4f30c2a 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -2,5 +2,5 @@ #include #include int main(){ - std::println("hello world from {}\n",std::source_location().file_name()); + std::println("hello world from {}\n",std::source_location::current().file_name()); } \ No newline at end of file