Run ID:121720

提交时间:2025-06-08 09:35:02

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