Run ID:121722
提交时间:2025-06-08 09:38:19
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])