Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
871 yy011 求积问题 C++ 通过 0 MS 244 KB 213 2022-05-28 09:13:18

Tests(20/20):


#include<iostream> #include<cstring> #include<cstdio> #include<cstdlib> #include<math.h> #include<string> #include<algorithm> using namespace std; main() { long long a,b; cin>>a>>b; cout<<a*b; }


测评信息: