Run ID:153199

提交时间:2026-05-10 13:22:26

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