3 solutions

  • 1
    @ 2025-7-2 15:31:30
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        long long a,b,c;
        cin>>a>>b>>c;
        cout<<a*b*c;
        return 0;
    }
    
    • 1
      @ 2025-2-22 15:56:20

      #include<bits/stdc++.h> using namespace std; int main() { long long l,w,h; cin>>l>>w>>h; long long s=lwh; cout<<s; return 0; }

      • 1
        @ 2024-8-20 16:08:37
        #include<bits/stdc++.h>
        using namespace std;
        int main()
        {
        	long long a,b,c,d;
        	cin>>a>>b>>c;
        	d=a*b*c;
        	cout<<d;
            return 0;
        }
        
        • 1

        Information

        ID
        5
        Time
        1000ms
        Memory
        256MiB
        Difficulty
        1
        Tags
        (None)
        # Submissions
        262
        Accepted
        83
        Uploaded By