Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
430875 方相宜 【C1-3】三数的乘积 C++ 通过 100 2 MS 248 KB 105 2026-03-04 20:53:08

Tests(1/1):


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


测评信息: