Run ID:85878
提交时间:2024-07-21 01:23:29
a=[[1,3,5,7], [9,11,13,15], [17,19,21,23]] i,j=map(int,input().split()) print(a[i][j])