4 solutions

  • 2
    @ 2025-7-2 14:28:11
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int l,w;
        cin>>l>>w;
        cout<<l*w;
        return 0;
    }
    
    • 0
      @ 2026-9-5 15:47:44

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

      • -1
        @ 2025-1-4 11:46:11

        第一人开始占领

        • -2
          @ 2024-7-5 15:12:10
          #include<iostream>
          using namespace std;
          int main()
          {
          	int a,b;
          	cin>>a>>b;
          	cout<<a*b;
           	return 0;
          }
          
          • 1

          Information

          ID
          4
          Time
          1000ms
          Memory
          256MiB
          Difficulty
          1
          Tags
          (None)
          # Submissions
          200
          Accepted
          152
          Uploaded By