12 solutions

  • -2
    @ 2025-12-20 16:10:24

    #include<bits/stdc++.h> using namespace std; int n,m; int main(){ cin>>n>>m; cout<<n*m; return 0; }

    Information

    ID
    1324
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    3
    Tags
    (None)
    # Submissions
    242
    Accepted
    126
    Uploaded By