1 solutions

  • 2
    @ 2025-11-21 19:05:37
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int a,b;cin>>a>>b;
        cout<<a*b;
        return 0;
    }
    
    • 1

    Information

    ID
    1474
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    10
    Accepted
    7
    Uploaded By