P1303 - 3行AC代码(Python)

· · 个人记录

Python 3行AC代码

a = int(input())
b = int(input())
print(a * b)

高精度计算可以划水~