2 solutions

  • 0
    @ 2023-3-13 1:26:10
    #include <iostream>
    #include <cstring>
    #include <algorithm>
    using namespace std;
    
    string a;
    int main()
    {
        int cnt = 0;
        int x = 5;
        while (x -- )
        {
            for (int i = 1; i <= 4; i ++ )
            {
                cin >> a[i];
                if (i == 4) 
                {
                if (a[1] == a[3] && a[2] + 1 == a[4])
                    cnt ++ ;
                }
            }
        }
      
        cout << cnt << endl;
        return 0;
    };
    

    Information

    ID
    187
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    175
    Accepted
    118
    Uploaded By