Codeforces Round 855 Div 3 | Problem B : Count The Number Of Pairs Solution |Explanation+Code| Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 3

  • @vimalkumardubey6834
    @vimalkumardubey6834 ปีที่แล้ว +1

    Sir can you please share your codeforces id?

  • @KaranMashru
    @KaranMashru ปีที่แล้ว +2

    Code :
    #include
    using namespace std;
    #define ll long long
    int main()
    {
    ios_base::sync_with_stdio(false);
    cin.tie(NULL);
    cout.tie(NULL);

    ll t, n, k, i, j, c1[26], c2[26], ans, extra;
    string a;

    cin>>t;

    for(;t--;)
    {
    cin>>n>>k;

    cin>>a;

    for(i=0; i

  • @judgebot7353
    @judgebot7353 ปีที่แล้ว

    waiting for D,E1,E2,F