Run ID:121718

提交时间:2025-06-08 09:34:18

n=[ [1,3,5], [7,9,11], [13,15,17], [19,21,23] ] a,b=input().split() a=int(a)-1 b=int(b)-1 print(n[a][b])