Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
137051 王润中 03七巧板 C++ Wrong Answer 1 MS 272 KB 118 2025-11-16 10:04:47

Tests(0/10):


Code:

#include<iostream> #include<cmath> using namespace std; int main() { double c,f; cin>>c,f; cout<<c*f; }


Run Info:

------Input------
85.9 8.4
------Answer-----
721.56
------Your output-----
0