- Python
#p0527求救
- 2022-12-22 22:58:08 @
哪位大哥帮帮忙?感谢感谢
5 条评论
-
Renee LV 7 @ 2023-1-13 11:31:44
a = int(input())
b = int(input())
s = a * b
print(s)
-
2023-1-13 11:30:27@
弱弱地问一句你有听课吗
-
2022-12-24 19:11:00@
log = print a = int(input()) b = int(input()) s = a * b log(s)
-
2022-12-23 14:05:19@
你确定这么简单的题你不会我服了 -
2022-12-23 14:03:21@
a = int(input()) b = int(input()) s = a * b print(s)
- 1