Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92988 陈骏睿 03七巧板 C++ Accepted 1 MS 280 KB 123 2024-10-07 15:20:28

Tests(10/10):


Code:

#include<bits/stdc++.h> using namespace std; int main() { float s,d; cin>>s>>d; cout<<s*d<<endl; return 0; }