提交时间:2025-03-22 19:26:07

运行 ID: 313737

n,p=map(int,input().split()) print(f"{p}*{n}={n*p}")