Run ID:67056
提交时间:2024-03-13 19:58:47
a =[ [ 1, 3, 5, 7], [9, 11, 13, 15], [17, 19, 21, 23] ] x,y = list(map(int,input().split())) print( a[x][y])