Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
442871 王程之 【C1-3】三数的乘积 C++ 解答错误 0 1 MS 244 KB 104 2026-05-30 18:04:57

Tests(0/1):


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


测评信息: