P1303 - 3行AC代码(Python) bowen404 · 2020-06-28 14:35:59 · 个人记录 Python 3行AC代码 a = int(input()) b = int(input()) print(a * b) 高精度计算可以划水~