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

Tests(20/20):


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


测评信息: