Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
91453 |
徐盛熠 |
02武王伐纣 |
Python3 |
Wrong Answer |
40 MS |
3728 KB |
50 |
2024-09-21 19:39:54 |
Tests(0/1):
Code:
a=4
b=6850
a=int(a)
b=int(b)
c=a*b
print(c)
Run Info:
------Input------
0
------Answer-----
34600
------Your output-----
27400