Loading...
Submission
Id When Author Problem Language CPU Memory Verdict
17944 2024-04-24 13:29:01 ewu_intra24u_139 Rectangle Area C++ 17 0 ms 0 kb Compilation Error
Test Cases
CPU Memory Verdict
1 0 ms 0 kb Compilation Error
2 - - Skipped
3 - - Skipped
4 - - Skipped
5 - - Skipped
6 - - Skipped
7 - - Skipped
Source Code
program.cpp
Download
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. float x,y;
  6. cin<<x<<y;
  7. float res =x*y;
  8. cout<<res<<endl;
  9.  
  10. return 0;
  11. }
  12.  
  13.  
  14.