Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
79140 sh25_shenpy 高精度乘法 C++ 通过 0 MS 244 KB 119 2025-12-28 22:01:52

Tests(4/4):


#include<iostream> using namespace std; int main() { int n,m; cin>>n>>m; cout<<n*m; return 0; }


测评信息: