Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
33033 JWM918 【入门】两个数的积 C++ 通过 0 MS 252 KB 148 2023-12-24 08:25:20

Tests(20/20):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b; long long x; cin>>a>>b; x=a*b; cout<<x; }


测评信息: