Run ID:121717

提交时间:2025-06-08 09:33:30

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