2 solutions

  • 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
      246
      Accepted
      76
      Uploaded By