Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
113523 |
董铧琛 |
02三个数相乘 |
Python3 |
Wrong Answer |
34 MS |
3752 KB |
66 |
2025-03-15 20:22:22 |
Tests(0/10):
Code:
a = int(input())
b = int(input())
c = int(input())
print(a*b*c)
Run Info:
------Input------
49 18 28
------Answer-----
24696
------Your output-----