1 solutions

  • 0
    @ 2024-4-4 23:19:40

    #include <cstdio>

    #include <cmath>

    #include <cstdlib>

    #include <iostream>

    using namespace std;

    int main()

    {

    long long int A;

    int B;

    long long int C;

    cin>>A>>B;

    C=A*B;

    cout<<C<<endl;

    return 0;

    }

    • 1

    Information

    ID
    6848
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    43
    Accepted
    19
    Uploaded By