3 solutions

  • 1
    @ 2025-11-17 18:14:34
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int n,m,q=0;cin>>n>>m;
        for(int i=1;i<=n;i++)
            for(int j=1;j<=m;j++)
                q+=i*100+j;
        cout<<q;
        return 0;
    }
    
    • -1
      @ 2025-10-26 15:20:48

      All my people

      • -3
        @ 2025-9-20 14:34:11

        hhh

        • 1

        Information

        ID
        2626
        Time
        1000ms
        Memory
        256MiB
        Difficulty
        1
        Tags
        # Submissions
        28
        Accepted
        13
        Uploaded By