2 solutions

  • 2
    @ 2025-7-7 13:30:02
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        char a,b,c;
        cin>>a>>b>>c;
        int s=(a-'0')*(c-'0');
        cout<<s;
        return 0;
    }
    

    Information

    ID
    2389
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    76
    Accepted
    32
    Uploaded By