Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
130878 向运淇 02三个数相乘 C++ Wrong Answer 1 MS 252 KB 133 2025-09-20 09:47:08

Tests(0/10):


Code:

#include <iostream> using namespace std; int main(){ int a,b,c; a=57; b=12; c=31; a*b*c; return 0; }


Run Info:

------Input------
49 18 28
------Answer-----
24696
------Your output-----