Run ID:121721
提交时间:2025-06-08 09:36:51
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])