3 solutions

  • 1
    @ 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
      @ 2025-1-4 11:46:11

      第一人开始占领

      • -1
        @ 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
        122
        Accepted
        94
        Uploaded By