Submission
Id | When | Author | Problem | Language | CPU | Memory | Verdict |
---|---|---|---|---|---|---|---|
17946 | 2024-04-24 13:31:19 | 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
#include<iostream> using namespace std; int main() { float x,y; cin<<x<<y; float res =x*y; cout<<res<<endl; return 0; }